Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump default API version to 1.21bump_api_version_121 | Joffrey F | 2015-11-04 | 1 | -1/+1 |
| | | | | | | | Update Makefile to run tests against dind 1.9.0 Update network tests to account for latest API changes Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump default API versionapi_1.20_support | Joffrey F | 2015-09-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Stop pinging registries from the client | Aanand Prasad | 2015-07-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | The daemon already pings the registry, so doing it on our end is redundant and error-prone. The `insecure_registry` argument to `push()`, `pull()` and `login()` has been deprecated - in the latter case, it wasn't being used anyway. The `insecure` argument to `docker.auth.resolve_repository_name()` has also been deprecated. `docker.utils.ping_registry()` has been deprecated. `docker.auth.expand_registry_url()` has been removed. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | Bumped default API version == 1.19 | Joffrey F | 2015-06-18 | 1 | -1/+1 |
| | |||||
* | * Separate file to store constants | Joffrey F | 2015-04-27 | 1 | -0/+6 |
* Added container_limits param to Client.build |