| 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)
Add one or more
PortBindings. |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerCmd |
CreateContainerCmd.withPortBindings(List<PortBinding> portBindings)
Add one or more
PortBindings. |
| 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 PortBindings. |
| Constructor and Description |
|---|
Ports(PortBinding... portBindings) |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withPortBindings(PortBinding... portBindings) |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withPortBindings(List<PortBinding> portBindings) |
Copyright © 2017. All Rights Reserved.