Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
Link[] |
CreateContainerCmd.getLinks() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withLinks(Link... links)
Add link to another container.
|
Modifier and Type | Method and Description |
---|---|
Link[] |
Links.getLinks() |
Link[] |
HostConfig.getLinks() |
static Link |
Link.parse(String serialized)
Parses a textual link specification (as used by the Docker CLI) to a
Link . |
Modifier and Type | Method and Description |
---|---|
void |
HostConfig.setLinks(Link... links) |
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) |
Links(Link... links) |
Constructor and Description |
---|
Links(List<Link> links) |
Modifier and Type | Method and Description |
---|---|
Link[] |
CreateContainerCmdImpl.getLinks() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmdImpl |
CreateContainerCmdImpl.withLinks(Link... links) |
Copyright © 2015. All Rights Reserved.