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 |
---|---|
CreateContainerCmd |
CreateContainerCmd.withVolumes(Volume... volumes) |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withVolumes(List<Volume> volumes) |
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeRW.getVolume()
Deprecated.
|
Volume |
Bind.getVolume() |
Volume[] |
Volumes.getVolumes() |
Constructor and Description |
---|
Bind(String path,
Volume volume) |
Bind(String path,
Volume volume,
AccessMode accessMode) |
VolumeRW(Volume volume)
Deprecated.
|
VolumeRW(Volume volume,
AccessMode accessMode)
Deprecated.
|
Volumes(Volume... volumes) |
Constructor and Description |
---|
Volumes(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(List<Volume> volumes) |
Copyright © 2016. All Rights Reserved.