Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
Mount |
Mount.withBindOptions(BindOptions bindOptions) |
Mount |
Mount.withReadOnly(java.lang.Boolean readOnly) |
Mount |
Mount.withSource(java.lang.String source) |
Mount |
Mount.withTarget(java.lang.String target) |
Mount |
Mount.withTmpfsOptions(TmpfsOptions tmpfsOptions) |
Mount |
Mount.withType(MountType type) |
Mount |
Mount.withVolumeOptions(VolumeOptions volumeOptions) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Mount> |
HostConfig.getMounts() |
java.util.List<Mount> |
ContainerSpec.getMounts() |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withMounts(java.util.List<Mount> mounts) |
ContainerSpec |
ContainerSpec.withMounts(java.util.List<Mount> mounts) |
Copyright © 2019. All Rights Reserved.