Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of https://github.com/dimaspivak/docker-py into ↵ | Joffrey F | 2016-03-23 | 1 | -0/+1 | |
|\ | | | | | | | dimaspivak-master | |||||
| * | Add support for changes param to ContainerApiMixin.commit | Dima Spivak | 2016-03-21 | 1 | -0/+1 | |
| | | | | | | | | | | | | docker commit --changes was added to Docker in 1.6.0. Signed-off-by: Dima Spivak <dima@spivak.ch> | |||||
* | | Update mkdocs.yml to reference new Machine page. | Joffrey F | 2016-03-22 | 1 | -2/+9 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Merge branch 'from_env' of https://github.com/bfirsh/docker-py into ↵ | Joffrey F | 2016-03-22 | 2 | -38/+19 | |
|\ \ | | | | | | | | | | bfirsh-from_env | |||||
| * | | Add docker.from_env() shortcut | Ben Firshman | 2016-03-15 | 2 | -38/+19 | |
| | | | | | | | | | | | | | | | | | | A much neater way of getting started with docker-py. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | |||||
* | | | Support OomScoreAdj in host configuration | Aditya Marella | 2016-03-22 | 1 | -0/+2 | |
| |/ |/| | | | | | Signed-off-by: Aditya Marella <aditya.marella@gmail.com> | |||||
* | | Reword tmpfs documentation | Aanand Prasad | 2016-03-16 | 1 | -12/+13 | |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
* | | Add documentation for the Tmpfs Hostconfig option. | Jan Losinski | 2016-03-16 | 2 | -0/+34 | |
|/ | | | | Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> | |||||
* | Updated stat networks print output Signed-off-by: Tim Marcinowski ↵ | Tim Ski | 2016-03-02 | 1 | -1/+1 | |
| | | | | <marshyski@gmail.com> | |||||
* | Merge pull request #916 from docker/container_update_feature | Joffrey F | 2016-02-24 | 1 | -1/+21 | |
|\ | | | | | Support for container limits update | |||||
| * | Documentation for Client.update_container method | Joffrey F | 2016-02-23 | 1 | -1/+21 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Merge pull request #942 from seguins/934-separate-stream-follow-logs | Joffrey F | 2016-02-24 | 1 | -0/+1 | |
|\ \ | |/ |/| | Separate params stream and follow for logs. | |||||
| * | Separate params stream and follow for logs. | Stéphane Seguin | 2016-02-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | Closes #934 Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com> | |||||
* | | Prepare 1.7.2 release1.7.2-release | Joffrey F | 2016-02-23 | 1 | -0/+10 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Update changelog for 1.7.11.7.1-release | Joffrey F | 2016-02-17 | 1 | -0/+20 | |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Add support for shm_size. | Spencer Rinehart | 2016-02-04 | 1 | -0/+1 | |
| | | | | | | | --shm-size was added to Docker in 1.10 via docker/docker#16168. See docker/compose#2823 for more details. Signed-off-by: Spencer Rinehart <anubis@overthemonkey.com> | |||||
* | Bump to stable versionrelease-1.7.0 | Joffrey F | 2016-02-04 | 1 | -0/+33 | |
| | | | | | | Update ChangeLog Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Advanced documentation for port bindings495_port_bindings_advanced_doc | Joffrey F | 2016-01-28 | 1 | -0/+17 | |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Improve host devices support | Joffrey F | 2016-01-18 | 2 | -13/+19 | |
| | | | | | | | | Add unit tests for utils.parse_devices Rewrite documentation Support dict and string format for device declaration Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | allow custom ipam options when creating networks | Ryan Belgrave | 2016-01-04 | 1 | -0/+20 | |
| | | | | Signed-off-by: Ryan Belgrave <rmb1993@gmail.com> | |||||
* | Merge pull request #882 from docker/881-hostconfig_doc | Joffrey F | 2016-01-04 | 1 | -0/+2 | |
|\ | | | | | Add cpu_quota and cpu_period to the HostConfig documentation | |||||
| * | Add cpu_quota and cpu_period to the HostConfig documentation881-hostconfig_doc | Joffrey F | 2015-12-22 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Add docs for argument when retrieving container logs | Josh Purvis | 2015-12-23 | 1 | -0/+1 | |
|/ | | | | Signed-off-by: Josh Purvis <jpurvis@kwantera.com> | |||||
* | Fix #869: Add docs for network api | Sumit Sahrawat | 2015-12-10 | 1 | -0/+62 | |
| | | | | Signed-off-by: Sumit Sahrawat <sumit.sahrawat.apm13@iitbhu.ac.in> | |||||
* | Fix remove_volume return value | Sumit Sahrawat | 2015-12-10 | 1 | -2/+1 | |
| | | | | Signed-off-by: Sumit Sahrawat <sumit.sahrawat.apm13@iitbhu.ac.in> | |||||
* | added stop_signal to create container config | Jonathan Stewmon | 2015-12-03 | 1 | -0/+1 | |
| | | | | Signed-off-by: Jonathan Stewmon <jstewmon@rmn.com> | |||||
* | Merge pull request #864 from ticosax/document-network_mode | Daniel Nephin | 2015-12-01 | 1 | -2/+2 | |
|\ | | | | | [doc] network_mode can also take the name of a network as value. | |||||
| * | network_mode can also take the name of a network as value. | Nicolas Delaby | 2015-12-01 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nicolas Delaby <nicolas.delaby@lock8.me> | |||||
* | | Update Changelog with one last bugfix1.6.0-release | Joffrey F | 2015-11-30 | 1 | -1/+4 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Update Changelog | Joffrey F | 2015-11-23 | 1 | -0/+36 | |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Merge branch 'oom-kill-disable-pr' of https://github.com/schu/docker-py into ↵ | Joffrey F | 2015-11-18 | 1 | -0/+1 | |
|\ | | | | | | | schu-oom-kill-disable-pr | |||||
| * | create_host_config: allow setting oom_kill_disable | Michael Schubert | 2015-11-10 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Michael Schubert <schu@schu.io> | |||||
* | | Merge pull request #805 from sourcelair/enhancement/stats-no-stream | Daniel Nephin | 2015-11-17 | 1 | -0/+2 | |
|\ \ | | | | | | | Add support for non-stream stats of containers | |||||
| * | | Enhance docs for stats method | Antonis Kalipetis | 2015-10-22 | 1 | -0/+2 | |
| |/ | | | | | | | Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com> | |||||
* | | Merge pull request #834 from lots0logs/814-host-config-mem-swap | Daniel Nephin | 2015-11-16 | 1 | -9/+12 | |
|\ \ | | | | | | | Add support for MemorySwappiness to client.create_host_config() | |||||
| * | | Update hostconfig.md | Dustin Falgout | 2015-11-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Dustin Falgout <dustin@falgout.us> | |||||
| * | | Incorporates feedback from and closes #814 | Dustin Falgout | 2015-11-05 | 1 | -9/+12 | |
| |/ | | | | | | | Signed-off-by: Dustin Falgout <dustin@falgout.us> | |||||
* | | Merge upstream branch 'master' into feature/logs_since | Viacheslav Boiko | 2015-11-05 | 7 | -24/+106 | |
|\ \ | |/ | | | | | Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com> | |||||
| * | Tidied up code examples in docs | Alasdair Nicol | 2015-10-14 | 6 | -26/+26 | |
| | | | | | | | | | | | | | | | | * Use `cli = Client` everywhere * Use Client.create_host_config method * Added missing '>'s Signed-off-by: Alasdair Nicol <alasdair@thenicols.net> | |||||
| * | Add devices param to the hostconfig documentation1.5.0-release | Joffrey F | 2015-10-08 | 1 | -0/+8 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | Update changelog and bump version to 1.5.0 | Joffrey F | 2015-10-08 | 1 | -0/+37 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | Merge branch 'archive_endpoint' | Joffrey F | 2015-10-08 | 1 | -0/+37 | |
| |\ | ||||||
| | * | put/get archive implementation | Joffrey F | 2015-10-08 | 1 | -0/+37 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Docs: Remove float from valid cpu_shares types | Joffrey F | 2015-10-08 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | Fixes #775 Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Support the 'since' option in the 'containers/<id>/logs' endpoint | Viacheslav Boiko | 2015-10-02 | 1 | -0/+1 | |
|/ | | | | Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com> | |||||
* | Allow to specify ps_args when listing processes | Pierre Fersing | 2015-09-25 | 1 | -0/+1 | |
| | | | | Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com> | |||||
* | Merge pull request #777 from rutsky/patch-2 | Joffrey F | 2015-09-22 | 1 | -1/+1 | |
|\ | | | | | specify default value of stream parameter of exec_start() | |||||
| * | specify default value of stream parameter of exec_start() | Vladimir Rutsky | 2015-09-18 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org> | |||||
* | | Merge pull request #772 from rutsky/patch-1 | Joffrey F | 2015-09-18 | 1 | -7/+7 | |
|\ \ | | | | | | | add missing dots at ends of command descriptions | |||||
| * | | add missing dots at ends of command descriptions | Vladimir Rutsky | 2015-09-16 | 1 | -7/+7 | |
| | | | | | | | | | | | | Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org> |