Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
default CreateContainerCmd |
CreateContainerCmd.withPortBindings(PortBinding... portBindings)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default CreateContainerCmd |
CreateContainerCmd.withPortBindings(List<PortBinding> portBindings)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PortBinding |
PortBinding.parse(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(List<PortBinding> portBindings) |
Constructor and Description |
---|
Ports(PortBinding... portBindings) |
Copyright © 2020. All rights reserved.