Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Swarm model init to correctly pass arguments through to init_swarm1359-swarm-init | Joffrey F | 2017-01-25 | 1 | -6/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1410 from bayazee/master | Joffrey F | 2017-01-25 | 1 | -1/+0 |
|\ | | | | | Remove duplicate line in exec_run documentation | ||||
| * | Remove duplicate line in exec_run documentation | Mehdi Bayazee | 2017-01-25 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Mehdi Bayazee <bayazee@gmail.com> | ||||
* | | Fix ImageNotFound detection1407-tar-ignore-sockets | Joffrey F | 2017-01-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Ignore socket files in utils.tar | Joffrey F | 2017-01-24 | 1 | -2/+7 |
|/ | | | | 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 | 3 | -5/+46 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1398 from docker/docs-fixes | Joffrey F | 2017-01-19 | 9 | -97/+95 |
|\ | | | | | Fix a number of docs formatting issues | ||||
| * | Fix a number of docs formatting issuesdocs-fixes | Joffrey F | 2017-01-18 | 9 | -97/+95 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1393 from aebm/master | Joffrey F | 2017-01-19 | 1 | -4/+4 |
|\ \ | | | | | | | Fix #1351 | ||||
| * | | Fix #1351 | Alejandro E. Brito Monedero | 2017-01-16 | 1 | -4/+4 |
| |/ | | | | | | | | | | | | | | | * 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> | ||||
* | | Merge pull request #1389 from docker/fix-stream-helper | Joffrey F | 2017-01-18 | 1 | -26/+23 |
|\ \ | | | | | | | Use json_stream function in decoded _stream_helper | ||||
| * | | Use json_stream function in decoded _stream_helperfix-stream-helper | Joffrey F | 2017-01-11 | 1 | -26/+23 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1347 from fcurella/hash | Ben Firshman | 2017-01-18 | 1 | -0/+3 |
|\ \ | |/ |/| | Make resources hashable, so that they can be added to `set`s | ||||
| * | Make resources hashable, so that they can be added to `set`s | Flavio Curella | 2016-12-08 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Flavio Curella <flavio.curella@gmail.com> | ||||
* | | Detect mount type in parse_mount_string1376-parse-mount-type | Joffrey F | 2017-01-09 | 1 | -1/+11 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Raise InvalidArgument exception when invalid arguments are provideddzimine-dz-fix-mount_options | Joffrey F | 2017-01-09 | 2 | -6/+10 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge branch 'dz-fix-mount_options' of https://github.com/dzimine/docker-py ↵ | Joffrey F | 2017-01-09 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | | | | into dzimine-dz-fix-mount_options Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Fix readonly in mounts. | Dmitri | 2016-12-28 | 1 | -1/+2 |
| | | | | | | | | | Signed-off-by: Dmitri Zimine dz@stackstorm.com | ||||
* | | | Accept / as a path separator in dockerignore patterns on all platformscompose-4302-dockerignore-windows | Joffrey F | 2017-01-06 | 1 | -9/+17 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Add filters option to NetworkApiMixin.networks | Lobsiinvok | 2017-01-05 | 1 | -7/+10 |
|/ / | | | | | | | Signed-off-by: Boik <qazbnm456@gmail.com> | ||||
* | | Bump version number to next devchangelog-update | Joffrey F | 2016-12-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Bump version and update Changelog | Joffrey F | 2016-12-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Rename non-URL occurrences of docker-py to "Docker SDK for Python"docker_sdk_rename | Joffrey F | 2016-12-12 | 2 | -4/+5 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1338 from docker/remove_node | Joffrey F | 2016-12-07 | 2 | -0/+47 |
|\ | | | | | Implement swarm node removal | ||||
| * | Implement swarm node removalremove_node | Joffrey F | 2016-12-07 | 2 | -0/+47 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1340 from docker/dnephin-add-attachable | Joffrey F | 2016-12-07 | 4 | -4/+21 |
|\ \ | | | | | | | Add attachable option in create_network | ||||
| * | | Update code and tests for Engine 1.13 compatibilitydnephin-add-attachable | Joffrey F | 2016-12-07 | 3 | -2/+9 |
| | | | | | | | | | | | | | | | | | | Makefile now runs tests against Docker 1.13 RC Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Fix typo in create_network | Joffrey F | 2016-12-06 | 1 | -4/+5 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Add attachable. | Daniel Nephin | 2016-12-05 | 1 | -2/+11 |
| | | | | | | | | | | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com> | ||||
* | | | Merge pull request #1339 from docker/min_version_1.21 | Ben Firshman | 2016-12-06 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Minimum version 1.24 -> 1.21 | ||||
| * | | Minimum version 1.24 -> 1.21min_version_1.21 | Joffrey F | 2016-12-05 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1272 from TomasTomecek/1271-fix-detach-in-exec-start | Ben Firshman | 2016-12-05 | 1 | -1/+2 |
|\ \ | | | | | | | exec: fix running with detach=True | ||||
| * | | exec: fix running with detach=True | Tomas Tomecek | 2016-11-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | Fixes #1271 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | | | Merge pull request #1331 from aanand/fix-auth-config-path-windows | Joffrey F | 2016-12-02 | 1 | -12/+24 |
|\ \ \ | |_|/ |/| | | Fix auth config path on Windows | ||||
| * | | Fix auth config path on Windows | Aanand Prasad | 2016-12-02 | 1 | -12/+24 |
| | | | | | | | | | | | | | | | | | | | | | The Engine client looks *only* at the USERPROFILE environment variable on Windows, so we should do that too. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | | Merge pull request #1315 from bfirsh/rename-docker-py-to-docker-sdk-python | Joffrey F | 2016-12-02 | 4 | -7/+7 |
|\ \ \ | | | | | | | | | Start to rename docker-py to docker-sdk-python | ||||
| * | | | Start to rename docker-py to docker-sdk-python | Ben Firshman | 2016-11-28 | 4 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pretty much everything except renaming the GitHub repo and documentation, which is not actually done yet. Nearer the release we can do a search/replace for all that stuff. Ref #1310 Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | | | | Merge pull request #1330 from docker/walkerlee-master | Joffrey F | 2016-12-02 | 1 | -1/+8 |
|\ \ \ \ | | | | | | | | | | | Add options to IPAMConfig | ||||
| * | | | | Add options to IPAMConfigwalkerlee-master | Joffrey F | 2016-12-02 | 1 | -1/+8 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | | Merge pull request #1327 from docker/compose4171_build_auth_headers | Joffrey F | 2016-12-02 | 1 | -3/+19 |
|\ \ \ \ | | | | | | | | | | | Properly fill out auth headers in APIClient.build when using a credstore | ||||
| * | | | | Properly fill out auth headers in APIClient.build when usingcompose4171_build_auth_headers | Joffrey F | 2016-12-01 | 1 | -3/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a credentials store Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | | | Merge branch 'patch-1' of https://github.com/manics/docker-py into ↵manics-patch-1 | Joffrey F | 2016-12-02 | 2 | -2/+6 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | manics-patch-1 Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | | | Use format_environment to convert env in ContainerSpec | Simon Li | 2016-11-11 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon Li <orpheus+devel@gmail.com> | ||||
* | | | | | Merge pull request #1328 from docker/ssladapter_transport_module | Ben Firshman | 2016-12-02 | 4 | -7/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | Move ssladapter to transport module | ||||
| * | | | | | Move ssladapter to transport modulessladapter_transport_module | Joffrey F | 2016-12-01 | 4 | -7/+7 |
| | |/ / / | |/| | | | | | | | | | | | | | 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 | 12 | -701/+704 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | | Merge pull request #1303 from aanand/helpful-containers-warning | Ben Firshman | 2016-12-01 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | Show a helpful warning when people try to call `client.containers()` | ||||
| * | | | | Show a helpful warning when people try to call `client.containers()` | Aanand Prasad | 2016-11-28 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | | | | Merge pull request #1308 from docker/docker_client | Joffrey F | 2016-11-30 | 8 | -11/+133 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Rename Client -> DockerClient | ||||
| * | | | | Rename Client -> DockerClientdocker_client | Joffrey F | 2016-11-28 | 8 | -11/+133 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Replace references to old Client with APIClient Moved contents of services.md to appropriate locations Signed-off-by: Joffrey F <joffrey@docker.com> |