Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix attach method over SSL connections | Stephen Moore | 2015-10-14 | 1 | -4/+16 |
| | | | | Signed-off-by: Stephen Moore <stephen@delfick.com> | ||||
* | put/get archive implementation | Joffrey F | 2015-10-14 | 1 | -0/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Implement methods for managing networks | Aanand Prasad | 2015-10-14 | 1 | -1/+2 |
| | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | _url can take arbitrarily many arguments | Aanand Prasad | 2015-09-25 | 1 | -11/+12 |
| | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | Basic volume API implementation. | Joffrey F | 2015-09-15 | 1 | -1/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Move client internals back to Client class. Remove obsolete ClientBase classapi_splitup | Joffrey F | 2015-09-11 | 1 | -4/+286 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Split different APIs into several mixins for clarity / easier maintenance | Joffrey F | 2015-09-11 | 1 | -872/+9 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | url-quote user-provided param before inserting in URL. | Joffrey F | 2015-08-31 | 1 | -42/+43 |
| | |||||
* | Merge pull request #662 from stevenewey/exec_create_user | Joffrey F | 2015-08-26 | 1 | -2/+6 |
|\ | | | | | Exec create user | ||||
| * | Merge branch 'master' into exec_create_user | Stephen Newey | 2015-08-12 | 1 | -299/+57 |
| |\ | |||||
| * | | Change unnecessary user=None in args to empty string and remove check. | Stephen Newey | 2015-08-12 | 1 | -4/+1 |
| | | | |||||
| * | | Add user argument to exec_create documentation. | Stephen Newey | 2015-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Add support for user on exec_create. | Stephen Newey | 2015-06-30 | 1 | -2/+9 |
| | | | |||||
* | | | Better support for .dockerignore | Aanand Prasad | 2015-08-26 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Support all basic pattern forms: file, directory, *, ?, ! - Fix handling of wildcard patterns and subdirectories - `*/a.py` should match `foo/a.py`, but not `foo/bar/a.py` - Fix handling of directory patterns with a trailing slash - make sure they're handled equivalently to those without one - Fix handling of custom Dockerfiles - make sure they go in the tarball Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | | Prevent users from attempting to override 'version' | Aanand Prasad | 2015-08-25 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | | Add version param to utils.create_host_config | Joffrey F | 2015-08-24 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | | | Add create_host_config and create_container_config to Client for version awareness Trigger warning when create_host_config is used without version | ||||
* | | | Merge pull request #711 from ClusterHQ/exec_inspect_version | Joffrey F | 2015-08-24 | 1 | -2/+4 |
|\ \ \ | | | | | | | | | Change minimum API version for exec_inspect | ||||
| * | | | Update error message to state that exec_inspect is not supported | Bridget McErlean | 2015-08-12 | 1 | -1/+3 |
| | | | | |||||
| * | | | Change minimum API version for exec_inspect | Bridget McErlean | 2015-08-12 | 1 | -2/+2 |
| | |/ | |/| | |||||
* | | | Add logging for auth loading/resolution | Aanand Prasad | 2015-08-20 | 1 | -0/+20 |
|/ / | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | Explicited start config tricksjhowardmsft-14530-netmode | Joffrey F | 2015-08-10 | 1 | -11/+13 |
| | | |||||
* | | Moved network_mode default to create_host_config ; small fix to preserve ↵ | Joffrey F | 2015-07-29 | 1 | -1/+1 |
| | | | | | | | | blank host_config in start if no option is provided | ||||
* | | Merge pull request #682 from docker/moutten-fix-build-auth | Joffrey F | 2015-07-22 | 1 | -3/+8 |
|\ \ | | | | | | | Switch to send full AuthConfig object for build action | ||||
| * | | Make build auth work with API versions < 1.19 toomoutten-fix-build-auth | Joffrey F | 2015-07-20 | 1 | -3/+8 |
| | | | |||||
| * | | Merge branch 'fix-build-auth' of https://github.com/moutten/docker-py into ↵ | Joffrey F | 2015-07-20 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | moutten-fix-build-auth | ||||
| | * | | Switch to send full AuthConfig object for build action | Matt Outten | 2015-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | In order to support the docker API for version 1.7+, this command changes the way the `X-Registry-Config` header is sent when attempting to build an image. | ||||
* | | | | Added check_resource decorator to exec_createexec_create_check_dict | Joffrey F | 2015-07-20 | 1 | -0/+1 |
|/ / / | |||||
* | | | Use constant for deprecation message in auth.py | Joffrey F | 2015-07-20 | 1 | -3/+4 |
| | | | |||||
* | | | Stop pinging registries from the client | Aanand Prasad | 2015-07-20 | 1 | -6/+21 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Removed execute() method | Joffrey F | 2015-07-08 | 1 | -13/+0 |
| | | |||||
* | | Fix handling output from tty-enabled containers. | Dan O'Reilly | 2015-07-06 | 1 | -43/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Treat output from TTY-enabled containers as raw streams, rather than as multiplexed streams. The docker API docs specify that tty-enabled containers don't multiplex. Also update tests to pass with these changes, and changed the code used to read raw streams to not read line-by-line, and to not skip empty lines. Addresses issue #630 Signed-off-by: Dan O'Reilly <oreilldf@gmail.com> | ||||
* | | ClientBase class to extract utility methods and constructor and sanitize ↵clientbase_extraction | Joffrey F | 2015-07-01 | 1 | -227/+5 |
| | | | | | | | | Client class | ||||
* | | Merge pull request #651 from docker/fix_647 | Joffrey F | 2015-06-30 | 1 | -3/+12 |
|\ \ | | | | | | | Fix adapter bug + regression test | ||||
| * | | Fix Unix socket adapter bug with double slash in path + regression testfix_647 | Joffrey F | 2015-06-30 | 1 | -3/+12 |
| | | | |||||
* | | | Merge pull request #644 from docker/memory-memswap-hostconfig | Joffrey F | 2015-06-30 | 1 | -3/+3 |
|\ \ \ | |/ / |/| | | memory / memswap in hostconfig | ||||
| * | | Moved mem_limit and memswap_limit to host_config for API version >= 1.19 | Joffrey F | 2015-06-19 | 1 | -3/+3 |
| | | | |||||
* | | | Added git@ as a valid prefix for remote build pathsfix_640 | Joffrey F | 2015-06-30 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge branch 'id-resolution-in-check-resource' of ↵ | Joffrey F | 2015-06-30 | 1 | -51/+0 |
|\ \ | | | | | | | | | | https://github.com/posita/docker-py into posita-id-resolution-in-check-resource | ||||
| * | | Move image/container ID resolution to @check_resource decorator. | Matt Bogosian | 2015-05-20 | 1 | -51/+0 |
| | | | |||||
* | | | Fix stop timeout bugfix_649 | Joffrey F | 2015-06-24 | 1 | -1/+1 |
| | | | |||||
* | | | Updated websocket-client dependency to latest version (now supports python 3) | Joffrey F | 2015-06-19 | 1 | -7/+2 |
| |/ |/| | |||||
* | | Merge branch 'pullfix' of https://github.com/glogiotatidis/docker-py into ↵ | Joffrey F | 2015-06-19 | 1 | -1/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | glogiotatidis-pullfix Conflicts: docker/client.py | ||||
| * | | Fix pull parameter for docker server version < 1.7. | Giorgos Logiotatidis | 2015-06-01 | 1 | -0/+6 |
| | | | |||||
| * | | Set default value for pull to False on build(). Fixes 622. | Giorgos Logiotatidis | 2015-06-01 | 1 | -1/+1 |
| |/ | |||||
* | | Enforce consistent style for push and pull methods | Joffrey F | 2015-06-18 | 1 | -10/+13 |
| | | |||||
* | | Add and document a decode parameter for build | Philipp Möller | 2015-06-18 | 1 | -2/+3 |
| | | | | | | | | | | This makes the build method consistent with the events method and adds some convenience. | ||||
* | | Add raise_for_status check to push and pull methods | Bradley Cicenas | 2015-06-18 | 1 | -0/+4 |
| | | | | | | | | as underlying exceptions(such as push already in progress) will be hidden in the stream generator otherwise. | ||||
* | | Add volume_driver param to client.create_container | Luke Marsden | 2015-06-18 | 1 | -2/+3 |
|/ | | | | | | | - Add appropriate test which also asserts that volume names can be passed through to drivers. - Add new param to docs. Signed-off-by: Luke Marsden <luke@clusterhq.com> | ||||
* | Only allow privileged exec_create for API version >= 1.19 | Joffrey F | 2015-05-20 | 1 | -2/+6 |
| | |||||
* | Merge branch 'privilege' of https://github.com/tonicbupt/docker-py into ↵ | Joffrey F | 2015-05-20 | 1 | -2/+3 |
|\ | | | | | | | tonicbupt-privilege |