Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
Volume[] |
CreateContainerCmd.getVolumes() |
Volume[] |
InspectContainerResponse.getVolumesRW() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withVolumes(Volume... volumes) |
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Volume |
Bind.getVolume() |
Volume[] |
Volumes.getVolumes() |
static Volume |
Volume.parse(String serialized) |
Modifier and Type | Method and Description |
---|---|
void |
Volume.Serializer.serialize(Volume volume,
com.fasterxml.jackson.core.JsonGenerator jsonGen,
com.fasterxml.jackson.databind.SerializerProvider serProvider) |
Constructor and Description |
---|
Bind(String path,
Volume volume) |
Bind(String path,
Volume volume,
AccessMode accessMode) |
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 |
---|---|
CreateContainerCmdImpl |
CreateContainerCmdImpl.withVolumes(Volume... volumes) |
Copyright © 2015. All Rights Reserved.