| Package | Description |
|---|---|
| com.spotify.docker.client.messages |
| Modifier and Type | Method and Description |
|---|---|
static PortBinding |
PortBinding.create(String hostIp,
String hostPort) |
static PortBinding |
PortBinding.hostPort(String port)
Deprecated.
As of release 7.0.0, replaced by
of(String, String). |
static PortBinding |
PortBinding.of(String ip,
int port) |
static PortBinding |
PortBinding.of(String ip,
String port) |
static PortBinding |
PortBinding.randomPort(String ip) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableMap<String,List<PortBinding>> |
HostConfig.portBindings() |
abstract com.google.common.collect.ImmutableMap<String,List<PortBinding>> |
NetworkSettings.ports() |
| Modifier and Type | Method and Description |
|---|---|
abstract HostConfig.Builder |
HostConfig.Builder.portBindings(Map<String,List<PortBinding>> portBindings) |
Copyright © 2019. All rights reserved.