Class HostConfig.Bind.Builder
java.lang.Object
com.spotify.docker.client.messages.HostConfig.Bind.Builder
- Direct Known Subclasses:
AutoValue_HostConfig_Bind.Builder
- Enclosing class:
HostConfig.Bind
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract HostConfig.Bind
build()
abstract HostConfig.Bind.Builder
abstract HostConfig.Bind.Builder
abstract HostConfig.Bind.Builder
abstract HostConfig.Bind.Builder
selinuxLabeling
(Boolean sharedContent) Turn on automatic SELinux labeling of the host file or directory being mounted into the container.abstract HostConfig.Bind.Builder
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
to
-
from
-
from
-
readOnly
-
noCopy
-
selinuxLabeling
Turn on automatic SELinux labeling of the host file or directory being mounted into the container.- Parameters:
sharedContent
- True if this bind mount content is shared among multiple containers (mount option "z"); false if private and unshared (mount option "Z")- Returns:
HostConfig.Bind.Builder
-
build
-