Interface IDockerComposeVolumeBinding

    • Method Detail

      • bind

        @Stability(Experimental)
        @NotNull
        DockerComposeVolumeMount bind​(@NotNull
                                      IDockerComposeVolumeConfig volumeConfig)
        (experimental) Binds the requested volume to the docker-compose volume configuration and provide mounting instructions for synthesis.

        Parameters:
        volumeConfig - the volume configuration. This parameter is required.
        Returns:
        mounting instructions for the service.