| Package | Description |
|---|---|
| org.springframework.boot.buildpack.platform.docker.transport |
Docker transport classes providing HTTP operations on a local or remote engine.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpTransport |
HttpTransport.create()
Create the most suitable
HttpTransport based on the
system environment. |
static HttpTransport |
HttpTransport.create(DockerHost dockerHost)
Create the most suitable
HttpTransport based on the
system environment. |
static HttpTransport |
HttpTransport.create(Environment environment)
Create the most suitable
HttpTransport based on the given
Environment. |
static HttpTransport |
HttpTransport.create(Environment environment,
DockerHost dockerHost)
|