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
PortBinding s. |
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. |
Constructor and Description |
---|
Ports(PortBinding... portBindings) |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withPortBindings(PortBinding... portBindings) |
Copyright © 2015. All Rights Reserved.