Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
Link[] |
StartContainerCmd.getLinks() |
Modifier and Type | Method and Description |
---|---|
StartContainerCmd |
StartContainerCmd.withLinks(Link... links)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Link[] |
Links.getLinks() |
static Link |
Link.parse(String serialized)
Parses a textual link specification (as used by the Docker CLI) to a
Link . |
Constructor and Description |
---|
Links(Link... links) |
Modifier and Type | Method and Description |
---|---|
Link[] |
StartContainerCmdImpl.getLinks() |
Modifier and Type | Method and Description |
---|---|
StartContainerCmd |
StartContainerCmdImpl.withLinks(Link... links) |
Copyright © 2015. All Rights Reserved.