Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
VolumeRW[] |
InspectContainerResponse.getVolumesRW()
Deprecated.
As of
RemoteApiVersion.VERSION_1_20 use InspectContainerResponse.getMounts() instead |
Modifier and Type | Method and Description |
---|---|
VolumeRW |
VolumeRW.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
VolumeRW[] |
VolumesRW.getVolumesRW() |
Modifier and Type | Method and Description |
---|---|
void |
VolumeRW.Serializer.serialize(VolumeRW volumeRW,
com.fasterxml.jackson.core.JsonGenerator jsonGen,
com.fasterxml.jackson.databind.SerializerProvider serProvider) |
Constructor and Description |
---|
VolumesRW(VolumeRW... binds) |
Copyright © 2017. All Rights Reserved.