Class ContainerConfig
java.lang.Object
com.spotify.docker.client.messages.ContainerConfig
- Direct Known Subclasses:
AutoValue_ContainerConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Booleanabstract Booleanabstract Booleanstatic ContainerConfig.Builderbuilder()abstract com.google.common.collect.ImmutableList<String> cmd()(package private) static ContainerConfigcreate(String hostname, String domainname, String user, Boolean attachStdin, Boolean attachStdout, Boolean attachStderr, List<String> portSpecs, Set<String> exposedPorts, Boolean tty, Boolean openStdin, Boolean stdinOnce, List<String> env, List<String> cmd, String image, Set<String> volumes, String workingDir, List<String> entrypoint, Boolean networkDisabled, List<String> onBuild, Map<String, String> labels, String macAddress, HostConfig hostConfig, String stopSignal, ContainerConfig.Healthcheck healthcheck, ContainerConfig.NetworkingConfig networkingConfig) abstract Stringabstract com.google.common.collect.ImmutableList<String> abstract com.google.common.collect.ImmutableList<String> env()abstract com.google.common.collect.ImmutableSet<String> Deprecated.abstract ContainerConfig.Healthcheckabstract HostConfigabstract Stringhostname()abstract Stringimage()labels()abstract Stringabstract Booleanabstract ContainerConfig.NetworkingConfigabstract com.google.common.collect.ImmutableList<String> onBuild()abstract Booleanabstract com.google.common.collect.ImmutableList<String> abstract Booleanabstract Stringabstract ContainerConfig.Builderabstract Booleantty()abstract Stringuser()Deprecated.As of 8.10.0, usevolumes().abstract com.google.common.collect.ImmutableSet<String> volumes()abstract String
-
Constructor Details
-
ContainerConfig
public ContainerConfig()
-
-
Method Details
-
hostname
-
domainname
-
user
-
attachStdin
-
attachStdout
-
attachStderr
-
portSpecs
-
exposedPorts
-
tty
-
openStdin
-
stdinOnce
-
env
-
cmd
-
image
-
volumeNames
Deprecated.As of 8.10.0, usevolumes(). -
volumes
-
workingDir
-
entrypoint
-
networkDisabled
-
onBuild
-
labels
-
macAddress
-
hostConfig
-
stopSignal
-
healthcheck
-
getStopSignal
Deprecated.As of release 7.0.0, replaced bystopSignal(). -
networkingConfig
-
create
static ContainerConfig create(String hostname, String domainname, String user, Boolean attachStdin, Boolean attachStdout, Boolean attachStderr, List<String> portSpecs, Set<String> exposedPorts, Boolean tty, Boolean openStdin, Boolean stdinOnce, List<String> env, List<String> cmd, String image, Set<String> volumes, String workingDir, List<String> entrypoint, Boolean networkDisabled, List<String> onBuild, Map<String, String> labels, String macAddress, HostConfig hostConfig, String stopSignal, ContainerConfig.Healthcheck healthcheck, ContainerConfig.NetworkingConfig networkingConfig) -
toBuilder
-
builder
-
stopSignal().