Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
Ports |
CreateContainerCmd.getPortBindings() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withPortBindings(Ports portBindings)
Add the port bindings that are contained in the given
Ports object. |
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) |
Modifier and Type | Method and Description |
---|---|
Ports |
CreateContainerCmdImpl.getPortBindings() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withPortBindings(Ports portBindings) |
Copyright © 2016. All Rights Reserved.