|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Volume | |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Uses of Volume in com.github.dockerjava.api.command |
---|
Methods in com.github.dockerjava.api.command that return Volume | |
---|---|
Volume[] |
CreateContainerCmd.getVolumes()
|
Volume[] |
InspectContainerResponse.getVolumesRW()
|
Methods in com.github.dockerjava.api.command with parameters of type Volume | |
---|---|
CreateContainerCmd |
CreateContainerCmd.withVolumes(Volume... volumes)
|
Uses of Volume in com.github.dockerjava.api.model |
---|
Methods in com.github.dockerjava.api.model that return Volume | |
---|---|
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)
|
Methods in com.github.dockerjava.api.model with parameters of type Volume | |
---|---|
void |
Volume.Serializer.serialize(Volume volume,
com.fasterxml.jackson.core.JsonGenerator jsonGen,
com.fasterxml.jackson.databind.SerializerProvider serProvider)
|
Constructors in com.github.dockerjava.api.model with parameters of type Volume | |
---|---|
Bind(String path,
Volume volume)
|
|
Bind(String path,
Volume volume,
AccessMode accessMode)
|
|
Bind(String path,
Volume volume,
boolean readOnly)
Deprecated. use Bind.Bind(String, Volume, AccessMode) |
|
Volumes(Volume... volumes)
|
Uses of Volume in com.github.dockerjava.core.command |
---|
Methods in com.github.dockerjava.core.command that return Volume | |
---|---|
Volume[] |
CreateContainerCmdImpl.getVolumes()
|
Methods in com.github.dockerjava.core.command with parameters of type Volume | |
---|---|
CreateContainerCmdImpl |
CreateContainerCmdImpl.withVolumes(Volume... volumes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |