| Package | Description |
|---|---|
| net.wouterdanes.docker.provider | |
| net.wouterdanes.docker.remoteapi |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RemoteApiBasedDockerProvider.register(BaseService... servicesToBeRegistered) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainersService
This class is responsible for talking to the Docker Remote API "containers" endpoint.
See http://docs.docker.io/reference/api/docker_remote_api_v1.12/#21-containers |
class |
ImagesService
This class is responsible for talking to the Docker Remote API "images" endpoint.
See http://docs.docker.io/reference/api/docker_remote_api_v1.12/#22-images |
class |
MiscService
The class act as an interface to the "root" Remote Docker API with some "misc" service end points.
|
Copyright © 2016. All Rights Reserved.