Interface ContainerConfig.Builder
- Enclosing interface:
- ContainerConfig
public static interface ContainerConfig.Builder
-
Method Summary
Modifier and TypeMethodDescriptiondefault ContainerConfig.Builderdefault ContainerConfig.BuilderaddVolumes(String... volumes) attachStderr(Boolean attachStderr) attachStdin(Boolean attachStdin) attachStdout(Boolean attachStdout) build()domainname(String domainname) entrypoint(Iterable<String> entrypoint) entrypoint(String... entrypoint) exposedPorts(Iterable<String> exposedPorts) exposedPorts(String... exposedPorts) healthcheck(ContainerConfig.Healthcheck healthcheck) hostConfig(HostConfig hostConfig) macAddress(String macAddress) networkDisabled(Boolean networkDisabled) networkingConfig(ContainerConfig.NetworkingConfig networkingConfig) stopSignal(String stopSignal) workingDir(String workingDir)
-
Method Details
-
hostname
-
domainname
-
user
-
attachStdin
-
attachStdout
-
attachStderr
-
portSpecs
-
portSpecs
-
exposedPorts
-
exposedPorts
-
tty
-
openStdin
-
stdinOnce
-
env
-
env
-
cmd
-
cmd
-
image
-
addVolume
-
addVolumes
-
volumes
-
volumes
-
workingDir
-
entrypoint
-
entrypoint
-
networkDisabled
-
onBuild
-
onBuild
-
labels
-
macAddress
-
hostConfig
-
stopSignal
-
healthcheck
-
networkingConfig
-
build
ContainerConfig build()
-