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