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 |
---|---|
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) |
void |
HostConfig.setVolumesFrom(VolumesFrom[] volumesFrom) |
Constructor and Description |
---|
HostConfig(Bind[] binds,
Link[] links,
LxcConf[] lxcConf,
LogConfig logConfig,
Ports portBindings,
boolean publishAllPorts,
boolean privileged,
boolean readonlyRootfs,
String[] dns,
String[] dnsSearch,
VolumesFrom[] volumesFrom,
String containerIDFile,
Capability[] capAdd,
Capability[] capDrop,
RestartPolicy restartPolicy,
String networkMode,
Device[] devices,
String[] extraHosts,
Ulimit[] ulimits,
String pidMode) |
Modifier and Type | Method and Description |
---|---|
VolumesFrom[] |
CreateContainerCmdImpl.getVolumesFrom() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmdImpl |
CreateContainerCmdImpl.withVolumesFrom(VolumesFrom... volumesFrom) |
Copyright © 2015. All Rights Reserved.