Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
Links |
Links.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Links |
HostConfig.getLinks() |
Modifier and Type | Method and Description |
---|---|
void |
Links.Serializer.serialize(Links links,
com.fasterxml.jackson.core.JsonGenerator jsonGen,
com.fasterxml.jackson.databind.SerializerProvider serProvider) |
void |
HostConfig.setLinks(Links links) |
Constructor and Description |
---|
HostConfig(String[] binds,
Links links,
LxcConf[] lxcConf,
Ports portBindings,
boolean publishAllPorts,
boolean privileged,
String[] dns,
String[] dnsSearch,
String[] volumesFrom,
String containerIDFile,
Capability[] capAdd,
Capability[] capDrop,
RestartPolicy restartPolicy,
String networkMode,
Device[] devices) |
Copyright © 2015. All Rights Reserved.