Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withPortBindings(PortBinding... portBindings)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withPortBindings(java.util.List<PortBinding> portBindings)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PortBinding |
PortBinding.parse(java.lang.String serialized) |
Modifier and Type | Method and Description |
---|---|
void |
Ports.add(PortBinding... portBindings)
Adds the specified
PortBinding (s) to the list of PortBinding s. |
HostConfig |
HostConfig.withPortBindings(PortBinding... portBindings) |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withPortBindings(java.util.List<PortBinding> portBindings) |
Constructor and Description |
---|
Ports(PortBinding... portBindings) |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withPortBindings(PortBinding... portBindings)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withPortBindings(java.util.List<PortBinding> portBindings)
Deprecated.
|
Copyright © 2019. All Rights Reserved.