Package | Description |
---|---|
com.github.dockerjava.core |
Modifier and Type | Field and Description |
---|---|
static RemoteApiVersion |
RemoteApiVersion.UNKNOWN_VERSION
Unknown, docker doesn't reflect reality.
|
static RemoteApiVersion |
RemoteApiVersion.VERSION_1_16 |
static RemoteApiVersion |
RemoteApiVersion.VERSION_1_17 |
static RemoteApiVersion |
RemoteApiVersion.VERSION_1_18 |
static RemoteApiVersion |
RemoteApiVersion.VERSION_1_19 |
static RemoteApiVersion |
RemoteApiVersion.VERSION_1_20 |
static RemoteApiVersion |
RemoteApiVersion.VERSION_1_21 |
static RemoteApiVersion |
RemoteApiVersion.VERSION_1_22 |
static RemoteApiVersion |
RemoteApiVersion.VERSION_1_23 |
static RemoteApiVersion |
RemoteApiVersion.VERSION_1_24 |
static RemoteApiVersion |
RemoteApiVersion.VERSION_1_25 |
static RemoteApiVersion |
RemoteApiVersion.VERSION_1_7
Online documentation is not available anymore.
|
Modifier and Type | Method and Description |
---|---|
static RemoteApiVersion |
RemoteApiVersion.create(int major,
int minor) |
RemoteApiVersion |
DefaultDockerClientConfig.getApiVersion() |
RemoteApiVersion |
DockerClientConfig.getApiVersion() |
static RemoteApiVersion |
RemoteApiVersion.parseConfig(String version) |
static RemoteApiVersion |
RemoteApiVersion.parseConfigWithDefault(String version) |
static RemoteApiVersion |
RemoteApiVersion.unknown() |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteApiVersion.isGreaterOrEqual(RemoteApiVersion other) |
DefaultDockerClientConfig.Builder |
DefaultDockerClientConfig.Builder.withApiVersion(RemoteApiVersion apiVersion) |
Copyright © 2017. All Rights Reserved.