| Package | Description |
|---|---|
| com.github.dockerjava.api.command | |
| com.github.dockerjava.api.model |
| Modifier and Type | Method and Description |
|---|---|
Ports |
CreateContainerCmd.getPortBindings()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContainerCmd |
CreateContainerCmd.withPortBindings(Ports portBindings)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Ports |
Ports.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Ports |
HostConfig.getPortBindings() |
Ports |
NetworkSettings.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Ports.Serializer.serialize(Ports portBindings,
com.fasterxml.jackson.core.JsonGenerator jsonGen,
com.fasterxml.jackson.databind.SerializerProvider serProvider) |
HostConfig |
HostConfig.withPortBindings(Ports portBindings)
Add one or more
PortBindings. |
Copyright © 2019. All Rights Reserved.