Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
default Ports |
CreateContainerCmd.getPortBindings()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default CreateContainerCmd |
CreateContainerCmd.withPortBindings(Ports portBindings)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Ports |
Ports.fromPrimitive(Map<String,List<Map<String,String>>> map) |
Ports |
HostConfig.getPortBindings() |
Ports |
NetworkSettings.getPorts() |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withPortBindings(Ports portBindings)
Add one or more
PortBinding s. |
Copyright © 2021. All rights reserved.