Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add Plugin.upgrade to documentation | Joffrey F | 2017-02-23 | 1 | -0/+1 | |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Bump version 2.1.0 | Joffrey F | 2017-02-16 | 1 | -0/+51 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Add missing secrets doc | Joffrey F | 2017-02-16 | 5 | -1/+42 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Merge pull request #1432 from shin-/plugins | Joffrey F | 2017-02-13 | 4 | -0/+50 | |
|\ | | | | | Plugins API | |||||
| * | Plugins API documentation | Joffrey F | 2017-02-03 | 3 | -0/+39 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | APIClient implementation of plugin methods | Joffrey F | 2017-02-03 | 1 | -0/+11 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Reference new methods in docs | Joffrey F | 2017-01-30 | 4 | -0/+4 | |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Change "Remote API" to "Engine API" | Ben Firshman | 2017-01-30 | 2 | -3/+3 | |
| | | | | | | | | This is currently inconsistent, but mostly called "Engine API". For the release of Docker 1.13, this will be "Engine API" all over the Engine documentation, too. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | |||||
* | Fix milestone link | Joffrey F | 2017-01-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Bump 2.0.2 | Joffrey F | 2017-01-20 | 1 | -0/+20 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Convert mode argument to valid structure in create_service1388-format-service-mode | Joffrey F | 2017-01-19 | 1 | -0/+1 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Merge pull request #1398 from docker/docs-fixes | Joffrey F | 2017-01-19 | 2 | -4/+1 | |
|\ | | | | | Fix a number of docs formatting issues | |||||
| * | Fix a number of docs formatting issuesdocs-fixes | Joffrey F | 2017-01-18 | 2 | -4/+1 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | case PyPI correctly | Thomas Grainger | 2017-01-13 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Thomas Grainger <tom.grainger@procensus.com> | |||||
* | Bump 2.0.1 | Joffrey F | 2017-01-09 | 1 | -0/+13 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Bump version and update Changelog | Joffrey F | 2016-12-12 | 1 | -0/+119 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Move config type creation from docker.utils functions to classes inconfig_types | Joffrey F | 2016-12-01 | 1 | -9/+16 | |
| | | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Rename Client -> DockerClientdocker_client | Joffrey F | 2016-11-28 | 4 | -273/+70 | |
| | | | | | | | Replace references to old Client with APIClient Moved contents of services.md to appropriate locations Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Add new Sphinx documentation | Ben Firshman | 2016-11-22 | 26 | -2112/+884 | |
| | | | | | | Initial work thanks to @aanand. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | |||||
* | Move contributing docs to CONTRIBUTING.md | Ben Firshman | 2016-11-22 | 1 | -36/+0 | |
| | | | | | | CONTRIBUTING.md is the place that GitHub expects it to be. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | |||||
* | Merge pull request #1236 from docker/host_config_isolation | Joffrey F | 2016-11-17 | 1 | -0/+1 | |
|\ | | | | | Add support for isolation param in host config | |||||
| * | Add support for isolation param in host confighost_config_isolation | Joffrey F | 2016-09-29 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Add labels and shmsize arguments to the image build | Ryan Belgrave | 2016-11-08 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Ryan Belgrave <Ryan.Belgrave@target.com> | |||||
* | | Merge pull request #1230 from LabattFoodService/updateNode | Joffrey F | 2016-11-07 | 2 | -0/+29 | |
|\ \ | | | | | | | enable setting of node labels #1225 | |||||
| * | | enable setting of node labels #1225 | Nathan Shirlberg | 2016-09-27 | 2 | -0/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Added update_node function to enable setting labels on nodes. This exposes the Update a Node function from the Docker API and should enable promoting/demoting manager nodes inside a swarm. Signed-off-by: Nathan Shirlberg <nshirlberg@labattfood.com> | |||||
* | | | Fix endpoint spec and networks params in update_service1212-fix_create_service | Joffrey F | 2016-11-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | WIP | Joffrey F | 2016-11-04 | 1 | -1/+15 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Merge branch 'TomasTomecek-improve-version-mismatcj' | Joffrey F | 2016-10-05 | 1 | -0/+24 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | document how to recover from api version mismatch | Tomas Tomecek | 2016-10-05 | 1 | -0/+28 | |
|/ / | | | | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | |||||
* | | Add support for restart policy update | Maxime Feron | 2016-09-28 | 1 | -0/+1 | |
|/ | | | | Signed-off-by: Maxime Feron <maxime.feron@corp.ovh.com> | |||||
* | Bump version | Joffrey F | 2016-09-16 | 1 | -0/+17 | |
| | | | | | | Update Changelog Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Bump docker-pycreds dependency ; bump patch number | Joffrey F | 2016-09-11 | 1 | -0/+11 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Bump version + Update Changelog | Joffrey F | 2016-09-09 | 1 | -0/+11 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Bump version1.10.0-release | Joffrey F | 2016-09-08 | 1 | -0/+43 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Add support for force disconnect1105-network-api | Joffrey F | 2016-08-31 | 1 | -0/+2 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Add support for labels and enable_ipv6 in create_network | Joffrey F | 2016-08-31 | 1 | -6/+9 | |
| | | | | | | Tests + docs Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Docs and tests for pids_limit.aiden0z-master | Joffrey F | 2016-08-23 | 1 | -3/+5 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Merge branch 'master' of https://github.com/srikalyan/docker-py into ↵ | Joffrey F | 2016-08-23 | 1 | -1/+3 | |
|\ | | | | | | | srikalyan-master | |||||
| * | Added support for user namespace. | Srikalyan Swayampakula | 2016-06-30 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Srikalyan Swayampakula <srikalyansswayam@gmail.com> | |||||
* | | Merge branch 'jp-cpushares' of https://github.com/joshpurvis/docker-py into ↵ | Joffrey F | 2016-08-23 | 2 | -1/+2 | |
|\ \ | | | | | | | | | | joshpurvis-jp-cpushares | |||||
| * | | Move cpu_shares and cpuset_cpu to HostConfig when API >= 1.18 | Josh Purvis | 2016-08-15 | 2 | -1/+2 | |
| | | | | | | | | | | | | Signed-off-by: Josh Purvis <joshua.purvis@gmail.com> | |||||
* | | | Merge pull request #1131 from Knetic/dnsopts | Joffrey F | 2016-08-23 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Implemented dns_opt support (from api 1.21) | |||||
| * | | | Implemented dns_opt support (from api 1.21) | George Lester | 2016-08-07 | 1 | -0/+1 | |
| |/ / | | | | | | | | | | Signed-off-by: George Lester <glester491@gmail.com> | |||||
* | | | Private images support in create_service / update_service1085-service-support | Joffrey F | 2016-08-23 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Refactor auth header computation Add tasks methods and documentation. Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Add services documentation | Joffrey F | 2016-08-22 | 1 | -1/+162 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Services API documentation (WIP) | Joffrey F | 2016-08-19 | 2 | -0/+118 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | New docker.types subpackage containing advanced config dictionary types | Joffrey F | 2016-08-19 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | Tests and docs updated to match docker.utils.types has been moved to docker.types Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Add `nodes` and `inspect_node` methodsswarm-support | Joffrey F | 2016-08-11 | 2 | -1/+60 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Reference swarm methods in api.md file. | Joffrey F | 2016-08-04 | 1 | -0/+25 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Add support for custom name in SwarmSpec | Joffrey F | 2016-08-04 | 1 | -0/+4 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> |