| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Mehdi Bayazee <bayazee@gmail.com>
|
|\
| |
| | |
Fix a number of docs formatting issues
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Fix #1351
|
| |/
| |
| |
| |
| |
| |
| |
| | |
* Fix TypeError when getting the tags property from an image that has
no tags. Ex: An image pulled by cryptohash. It is handled like when
the image doesn't have defined the RepoTags member.
Signed-off-by: Alejandro E. Brito Monedero <alejandro.monedero@gmail.com>
|
|/
|
|
| |
Signed-off-by: Flavio Curella <flavio.curella@gmail.com>
|
|\
| |
| | |
Implement swarm node removal
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
|
|
| |
Makefile now runs tests against Docker 1.13 RC
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
| |
docker.types
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Show a helpful warning when people try to call `client.containers()`
|
| |
| |
| |
| |
| |
| |
| |
| | |
People upgrading to docker-py 2.0 without being aware of the new client
API will likely try to call the old `containers()` method. This adds a
helpful warning telling them to use APIClient to get the old API.
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
|/
|
|
|
|
|
| |
Replace references to old Client with APIClient
Moved contents of services.md to appropriate locations
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
See #1086
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|