Uses of Class
dev.snowdrop.buildpack.docker.VolumeBind
Packages that use VolumeBind
-
Uses of VolumeBind in dev.snowdrop.buildpack.docker
Methods in dev.snowdrop.buildpack.docker with parameters of type VolumeBindModifier and TypeMethodDescriptionstatic StringContainerUtils.createContainer(com.github.dockerjava.api.DockerClient dc, String imageReference, VolumeBind... volumes) static StringContainerUtils.createContainer(com.github.dockerjava.api.DockerClient dc, String imageReference, List<String> command, VolumeBind... volumes) static StringContainerUtils.createContainer(com.github.dockerjava.api.DockerClient dc, String imageReference, List<String> command, Integer runAsId, Map<String, String> env, String securityOpts, String network, VolumeBind... volumes)