| Class | Description |
|---|---|
| BaseService |
This class is responsible for holding the shared functionality of all Docker remoteapi services.
|
| 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 |
| 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 |
| MiscService |
The class act as an interface to the "root" Remote Docker API with some "misc" service end points.
|
Copyright © 2016. All Rights Reserved.