Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
VolumesFrom[] |
CreateContainerCmd.getVolumesFrom() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withVolumesFrom(VolumesFrom... volumesFrom) |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withVolumesFrom(List<VolumesFrom> volumesFrom) |
Modifier and Type | Method and Description |
---|---|
VolumesFrom |
VolumesFrom.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
VolumesFrom[] |
HostConfig.getVolumesFrom() |
static VolumesFrom |
VolumesFrom.parse(String serialized)
Parses a volume from specification to a
VolumesFrom . |
Modifier and Type | Method and Description |
---|---|
void |
VolumesFrom.Serializer.serialize(VolumesFrom volumeFrom,
com.fasterxml.jackson.core.JsonGenerator jsonGen,
com.fasterxml.jackson.databind.SerializerProvider serProvider) |
HostConfig |
HostConfig.withVolumesFrom(VolumesFrom[] volumesFrom) |
Modifier and Type | Method and Description |
---|---|
VolumesFrom[] |
CreateContainerCmdImpl.getVolumesFrom() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withVolumesFrom(VolumesFrom... volumesFrom) |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withVolumesFrom(List<VolumesFrom> volumesFrom) |
Copyright © 2016. All Rights Reserved.