Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add support for filtering images and containers | Huayi Zhang | 2014-10-05 | 1 | -2/+8 | |
| |/ / | | | | | | | | | | | | | | | | | | | [`filters` is a json encoded value of the filters (a map[string][string]) to process on the images list. ][1] The tricky thing is that we must convert boolean value to string and any filter value to list to make a `map[string][string]` json format [1]: https://docs.docker.com/reference/api/docker_remote_api_v1.14/#list-images | |||||
* | | | Merge pull request #319 from psftw/bugfix_history | Joffrey F | 2014-10-30 | 1 | -2/+1 | |
|\ \ \ | | | | | | | | | Make history() return json. | |||||
| * | | | Make history() return json. | Peter Salvatore | 2014-09-10 | 1 | -2/+1 | |
| |/ / | ||||||
* | | | Merge branch 'feature_logs-tail' of github.com:totem/docker-py into ↵ | Joffrey F | 2014-10-30 | 1 | -4/+6 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | totem-feature_logs-tail Conflicts: docker/client.py tests/fake_api.py | |||||
| * | | | Add support for tailing logs (introduced in API : v1.13) | sukrit007 | 2014-08-22 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | Updated default version to v1.13 | |||||
* | | | | Merge pull request #379 from tutumcloud/logs_tail | Joffrey F | 2014-10-30 | 1 | -2/+5 | |
|\ \ \ \ | | | | | | | | | | | Added tail behaviour to logs command, same as CLI v1.3 (latest) | |||||
| * | | | | Added tail behaviour to logs command, same as CLI v1.3 (latest) | Alberto | 2014-10-27 | 1 | -2/+5 | |
| | | | | | ||||||
* | | | | | Merge pull request #381 from micahhausler/py3socket | Joffrey F | 2014-10-30 | 1 | -1/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed socket for PY3 - Fixes #342 | |||||
| * \ \ \ \ | Fixed conflict | micahhausler | 2014-10-29 | 1 | -7/+68 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Fixed socket for py3 | micahhausler | 2014-10-28 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed broken Dockerfile * added .dockerignore | |||||
* | | | | | | | White space cleaned | Fabrice Bacchella | 2014-10-30 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | When docker is stopped, docker-py receive a empty string in socket.readline() | Fabrice Bacchella | 2014-10-30 | 1 | -1/+5 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge branch 'pause-unpause' of github.com:phensley/docker-py into ↵ | Joffrey F | 2014-10-29 | 1 | -0/+14 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | phensley-pause-unpause Conflicts: README.md tests/integration_test.py tests/test.py | |||||
| * | | | | | | Added pause/unpause methods. | Patrick Hensley | 2014-10-04 | 1 | -0/+14 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'support-devices' of github.com:dims/docker-py into ↵ | Joffrey F | 2014-10-29 | 1 | -1/+4 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dims-support-devices Conflicts: README.md | |||||
| * | | | | | | Ability to specify Host Devices during container start | Davanum Srinivas | 2014-10-24 | 1 | -1/+4 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The command line and daemon started supporting --device parameter during docker start a while ago in the following commit: docker/docker@e855c4b Since the command line looks like this, --device=[] Add a host device to the container (e.g. --device=/dev/sdc:/dev/xvdc) This patch allows a list of strings to be passed into the start() method and we parse out the 3 components just like in the above mentioned commit | |||||
* | | | | | | Merge branch 'exec' of github.com:phensley/docker-py into phensley-exec | Joffrey F | 2014-10-29 | 1 | -1/+43 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md | |||||
| * | | | | | | Use shlex for exec string cmd, added integration testcase. | Patrick Hensley | 2014-10-22 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Fix typo in exec url. | Patrick Hensley | 2014-10-18 | 1 | -1/+2 | |
| | | | | | | | ||||||
| * | | | | | | Shorten overlong line, fix indent. | Patrick Hensley | 2014-10-17 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Implemented exec command. | Patrick Hensley | 2014-10-17 | 1 | -1/+42 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #306 from groundeffect/master | Joffrey F | 2014-10-29 | 1 | -5/+7 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Add support for 'cpuset' | |||||
| * | | | | | Move 'cpuset' to the end of the param list | groundeffect | 2014-10-25 | 1 | -6/+6 | |
| | | | | | | ||||||
| * | | | | | Added support for 'cpuset' | davy | 2014-08-27 | 1 | -5/+7 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #337 from heewa/catch_invalid_build | Joffrey F | 2014-10-22 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Catch invalid path in build method | |||||
| * | | | | | Catch invalid path in build method | Heewa Barfchin | 2014-10-04 | 1 | -0/+2 | |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | The server responds with an unuseful message (server error EOF), which happens because an empty tar file is sent over. So check in the client, who knows why that's happening and tell the user. | |||||
* | | | | | Fix attaching with UNIX sockets | Ben Firshman | 2014-10-16 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | |||||
* | | | | | Stop TLS sockets being closed when attaching | Ben Firshman | 2014-10-16 | 1 | -2/+4 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When calling attach_socket, the response is garbage collected, which triggers a close method on the file object, closing the socket. This stop the response from being garbage collected until we've finished with the underlying socket. Fixes #350 Signed-off-by: Ben Firshman <ben@firshman.co.uk> | |||||
* | | | | Renamed wrapper. | Matthias Erll | 2014-09-09 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Wrap response socket for platform compatibility. | Matthias Erll | 2014-09-09 | 1 | -1/+2 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #298 from docker/insecure_registry | Joffrey F | 2014-09-08 | 1 | -4/+10 | |
|\ \ \ | | | | | | | | | Don't fallback to HTTP unless insecure_registry is specified when pushing/pulling | |||||
| * | | | Don't fallback to HTTP unless insecure_registry is specified when ↵insecure_registry | Joffrey F | 2014-08-22 | 1 | -4/+10 | |
| |/ / | | | | | | | | | | pushing/pulling | |||||
* | | | add support to add or drop capabilities | Christian Hammerl | 2014-09-04 | 1 | -1/+7 | |
| | | | ||||||
* | | | removed DeprecationWarning @shin- | Shreyas Karnik | 2014-08-28 | 1 | -4/+0 | |
| | | | ||||||
* | | | first cut of restart policy | Shreyas Karnik | 2014-08-26 | 1 | -1/+8 | |
|/ / | ||||||
* | | Allow pushing a single tag. | Cameron Maske | 2014-08-22 | 1 | -3/+9 | |
| | | | | | | | | Closes #282 | |||||
* | | Merge pull request #291 from yograterol/master | Joffrey F | 2014-08-22 | 1 | -2/+8 | |
|\ \ | |/ |/| | Volumes parameter on create_container should be validated as string | |||||
| * | Change str type for six.string_types to py3 compatibility | Yohan Graterol | 2014-08-20 | 1 | -2/+2 | |
| | | ||||||
| * | Remove unicode type in isinstance | Yohan Graterol | 2014-08-17 | 1 | -2/+2 | |
| | | ||||||
| * | Validation for volumes parameters as string in _container_config | Yohan Graterol | 2014-08-17 | 1 | -0/+3 | |
| | | ||||||
| * | PEP8 compliance - space between numbers and operators | Yohan Graterol | 2014-08-17 | 1 | -2/+2 | |
| | | ||||||
| * | Added validation for volumes parameter - Issue #276 | Yohan Graterol | 2014-08-17 | 1 | -0/+3 | |
| | | ||||||
* | | Stop timeout should be added to the request timeout | Maxime Petazzoni | 2014-08-19 | 1 | -1/+1 | |
|/ | | | | | | | | | | | Using the max of the stop timeout and request timeout did not entirely make sure that a stop timeout greater than a request timeout wouldn't fail prematurely with a HTTPTimeout exception. The correct behavior is to add the timeouts together, as the stop timeout is understood to be part of the "request processing time". Any transport-level timeout thus comes in addition to that. Signed-off-by: Maxime Petazzoni <max@signalfuse.com> | |||||
* | Adding tests for mem_limit string conversion + adding default unit | Leonid Mirsky | 2014-08-05 | 1 | -5/+15 | |
| | ||||||
* | Fixing styling issues | Leonid Mirsky | 2014-08-05 | 1 | -6/+9 | |
| | ||||||
* | Adding value verifications for mem_limit string representation | Leonid Mirsky | 2014-08-05 | 1 | -6/+20 | |
| | ||||||
* | Adding units specification to mem_limit variable | Leonid Mirsky | 2014-08-05 | 1 | -0/+8 | |
| | ||||||
* | Merge pull request #268 from brutasse/265-dockerignore | Joffrey F | 2014-07-23 | 1 | -1/+7 | |
|\ | | | | | Add support for .dockerignore | |||||
| * | Add support for .dockerignore | Bruno Renié | 2014-07-23 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | Fixes #265. Implementation is a bit more elaborate than docker's implementation and matches with the one proposed in dotcloud/docker#6869 to handle permission issues more nicely. | |||||
* | | Merge branch 'master' into momer-tls | Joffrey F | 2014-07-10 | 1 | -12/+4 | |
|\ \ | | | | | | | | | | | | | Conflicts: docker/client.py |