Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
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(List<Volume> volumes) |
Modifier and Type | Method and Description |
---|---|
Volume |
Bind.getVolume() |
Volume |
VolumeRW.getVolume()
Deprecated.
|
Volume[] |
Volumes.getVolumes() |
static Volume |
Volume.parse(Map<String,String> primitive)
Handles the
{ "Destination" : { "path" : "/path/to/mount" } } variant. |
static Volume |
Volume.parse(String path)
Deprecated.
use
parse(Map) |
Constructor and Description |
---|
Bind(String path,
Volume volume) |
Bind(String path,
Volume volume,
AccessMode accessMode) |
Bind(String path,
Volume volume,
AccessMode accessMode,
SELContext secMode) |
Bind(String path,
Volume volume,
AccessMode accessMode,
SELContext secMode,
Boolean noCopy) |
Bind(String path,
Volume volume,
AccessMode accessMode,
SELContext secMode,
Boolean noCopy,
PropagationMode propagationMode) |
Bind(String path,
Volume volume,
Boolean noCopy) |
VolumeRW(Volume volume)
Deprecated.
|
VolumeRW(Volume volume,
AccessMode accessMode)
Deprecated.
|
Volumes(Volume... volumes) |
Constructor and Description |
---|
Volumes(List<Volume> volumes) |
Copyright © 2025. All rights reserved.