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 |
---|---|
CreateContainerCmd |
CreateContainerCmd.withLinks(List<Link> links)
Add link to another container.
|
Modifier and Type | Method and Description |
---|---|
Link[] |
Links.getLinks() |
Link[] |
HostConfig.getLinks() |
Link[] |
ContainerNetwork.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) |
ContainerNetwork |
ContainerNetwork.withLinks(Link... links) |
Modifier and Type | Method and Description |
---|---|
ContainerNetwork |
ContainerNetwork.withLinks(List<Link> links) |
Constructor and Description |
---|
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 |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withLinks(Link... links) |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withLinks(List<Link> links) |
Copyright © 2016. All Rights Reserved.