Network.Connect |
Network.Connect.alias(Object... alias) |
Add network-scoped aliases for the container (equates to the --alias argument).
|
static Network.Connect |
Network.connect(String network,
String container) |
Connect a container to a Docker network.
|
Network.Connect |
Network.Connect.ip(Object address) |
Set the IPv4 Address (equates to the --ip argument).
|
Network.Connect |
Network.Connect.ip6(Object address) |
Set the IPv6 Address (equates to the --ip6 argument).
|
Network.Connect |
Network.Connect.link(Object... containers) |
Add a link to another container (equates to the --link argument).
|
protected Network.Connect |
Network.Connect.withCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> endArgs,
com.oracle.bedrock.runtime.options.Argument... args) |
|
protected Network.Connect |
Network.Connect.withoutCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> endArgs,
com.oracle.bedrock.runtime.options.Argument... args) |
|