Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
default Link[] |
CreateContainerCmd.getLinks()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default CreateContainerCmd |
CreateContainerCmd.withLinks(Link... links)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default CreateContainerCmd |
CreateContainerCmd.withLinks(List<Link> links)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Link[] |
HostConfig.getLinks() |
Link[] |
Links.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) |
HostConfig |
HostConfig.withLinks(Link... links) |
ContainerNetwork |
ContainerNetwork.withLinks(Link... links) |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withLinks(List<Link> links) |
ContainerNetwork |
ContainerNetwork.withLinks(List<Link> links) |
Constructor and Description |
---|
Links(Link... links) |
Constructor and Description |
---|
Links(List<Link> links) |
Copyright © 2021. All rights reserved.