Modifier and Type | Method and Description |
---|---|
CreateNetworkCmd |
DockerClient.createNetworkCmd() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkCmd |
CreateNetworkCmd.withDriver(String driver)
Name of the network driver to use.
|
CreateNetworkCmd |
CreateNetworkCmd.withIpamConfig(Network.Ipam.Config config)
Optional custom IP scheme for the network.
|
CreateNetworkCmd |
CreateNetworkCmd.withName(String name)
The new network's name.
|
CreateNetworkCmd |
CreateNetworkCmd.withOptions(Map<String,String> options)
Driver specific options
|
Modifier and Type | Method and Description |
---|---|
CreateNetworkCmd |
DockerClientImpl.createNetworkCmd() |
Modifier and Type | Class and Description |
---|---|
class |
CreateNetworkCmdImpl |
Modifier and Type | Method and Description |
---|---|
CreateNetworkCmd |
CreateNetworkCmdImpl.withDriver(String driver) |
CreateNetworkCmd |
CreateNetworkCmdImpl.withIpamConfig(Network.Ipam.Config config) |
CreateNetworkCmd |
CreateNetworkCmdImpl.withName(String name) |
CreateNetworkCmd |
CreateNetworkCmdImpl.withOptions(Map<String,String> options) |
Constructor and Description |
---|
CreateNetworkCmdImpl(DockerCmdSyncExec<CreateNetworkCmd,CreateNetworkResponse> execution) |
Modifier and Type | Method and Description |
---|---|
protected CreateNetworkResponse |
CreateNetworkCmdExec.execute(CreateNetworkCmd command) |
Modifier and Type | Method and Description |
---|---|
protected CreateNetworkResponse |
CreateNetworkCmdExec.execute(CreateNetworkCmd command) |
Copyright © 2016. All Rights Reserved.