Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
Volume |
InspectContainerResponse.Mount.getDestination() |
Volume[] |
CreateContainerCmd.getVolumes() |
Modifier and Type | Method and Description |
---|---|
InspectContainerResponse.Mount |
InspectContainerResponse.Mount.withDestination(Volume destination) |
CreateContainerCmd |
CreateContainerCmd.withVolumes(Volume... volumes) |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withVolumes(java.util.List<Volume> volumes) |
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeRW.getVolume()
Deprecated.
|
Volume |
Bind.getVolume() |
Volume[] |
Volumes.getVolumes() |
Constructor and Description |
---|
Bind(java.lang.String path,
Volume volume) |
Bind(java.lang.String path,
Volume volume,
AccessMode accessMode) |
Bind(java.lang.String path,
Volume volume,
AccessMode accessMode,
SELContext secMode) |
Bind(java.lang.String path,
Volume volume,
AccessMode accessMode,
SELContext secMode,
java.lang.Boolean noCopy) |
Bind(java.lang.String path,
Volume volume,
AccessMode accessMode,
SELContext secMode,
java.lang.Boolean noCopy,
PropagationMode propagationMode) |
Bind(java.lang.String path,
Volume volume,
java.lang.Boolean noCopy) |
VolumeRW(Volume volume)
Deprecated.
|
VolumeRW(Volume volume,
AccessMode accessMode)
Deprecated.
|
Volumes(Volume... volumes) |
Constructor and Description |
---|
Volumes(java.util.List<Volume> volumes) |
Modifier and Type | Method and Description |
---|---|
Volume[] |
CreateContainerCmdImpl.getVolumes() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withVolumes(Volume... volumes) |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withVolumes(java.util.List<Volume> volumes) |
Copyright © 2018. All Rights Reserved.