Class AutoValue_HostConfig_Bind.Builder
java.lang.Object
com.spotify.docker.client.messages.HostConfig.Bind.Builder
com.spotify.docker.client.messages.AutoValue_HostConfig_Bind.Builder
- Enclosing class:
AutoValue_HostConfig_Bind
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
selinuxLabeling
(Boolean selinuxLabeling) Turn on automatic SELinux labeling of the host file or directory being mounted into the container.Methods inherited from class com.spotify.docker.client.messages.HostConfig.Bind.Builder
from
-
Field Details
-
to
-
from
-
readOnly
-
noCopy
-
selinuxLabeling
-
-
Constructor Details
-
Builder
Builder()
-
-
Method Details
-
to
- Specified by:
to
in classHostConfig.Bind.Builder
-
from
- Specified by:
from
in classHostConfig.Bind.Builder
-
readOnly
- Specified by:
readOnly
in classHostConfig.Bind.Builder
-
noCopy
- Specified by:
noCopy
in classHostConfig.Bind.Builder
-
selinuxLabeling
Description copied from class:HostConfig.Bind.Builder
Turn on automatic SELinux labeling of the host file or directory being mounted into the container.- Specified by:
selinuxLabeling
in classHostConfig.Bind.Builder
- Parameters:
selinuxLabeling
- 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
- Specified by:
build
in classHostConfig.Bind.Builder
-