Class ContainerConfig
java.lang.Object
com.spotify.docker.client.messages.ContainerConfig
- Direct Known Subclasses:
AutoValue_ContainerConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Boolean
abstract Boolean
abstract Boolean
static ContainerConfig.Builder
builder()
abstract com.google.common.collect.ImmutableList
<String> cmd()
(package private) 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) abstract String
abstract com.google.common.collect.ImmutableList
<String> abstract com.google.common.collect.ImmutableList
<String> env()
abstract com.google.common.collect.ImmutableSet
<String> Deprecated.abstract ContainerConfig.Healthcheck
abstract HostConfig
abstract String
hostname()
abstract String
image()
labels()
abstract String
abstract Boolean
abstract ContainerConfig.NetworkingConfig
abstract com.google.common.collect.ImmutableList
<String> onBuild()
abstract Boolean
abstract com.google.common.collect.ImmutableList
<String> abstract Boolean
abstract String
abstract ContainerConfig.Builder
abstract Boolean
tty()
abstract String
user()
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()
.