Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Number of pools in adapter is configurable1207-configurable-num-pools | Joffrey F | 2016-09-12 | 1 | -4/+11 |
| | | | | | | Default increased from 10 to 25 Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Remove default adapters when connecting through a unix socket.1076-dns-fix | Joffrey F | 2016-09-08 | 1 | -0/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix licenses | Ben Firshman | 2016-09-05 | 1 | -14/+0 |
| | | | | | | | * Complete main LICENSE * Remove unnecessary licenses from individual files Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Merge pull request #1167 from docker/1075-from-env-version | Joffrey F | 2016-08-25 | 1 | -1/+2 |
|\ | | | | | Support version parameter in `Client.from_env` | ||||
| * | Support version parameter in `Client.from_env`1075-from-env-version | Joffrey F | 2016-08-25 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1082 from masci/fix_stream_helper | Joffrey F | 2016-08-23 | 1 | -1/+1 |
|\ \ | |/ |/| | Invoke self._result passing `json=True` when `decode=True` | ||||
| * | invoke self._result with json=True if decode=True | Massimiliano Pippi | 2016-06-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Massimiliano Pippi <massi@datadoghq.com> | ||||
* | | Merge pull request #1081 from tescalada/master | Joffrey F | 2016-08-23 | 1 | -2/+10 |
|\ \ | | | | | | | 1059-Fixing a bug with multiple json objects | ||||
| * | | 1059-Fixing a bug with multiple json objects | Tristan Escalada | 2016-08-01 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | This splits the text by CRLF and then json.loads each part independently instead of attempting the parse the whole string. Signed-off-by: Tristan Escalada <tristan@escalada.us> | ||||
* | | | Swarm service API implementation | Joffrey F | 2016-08-17 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | docker client consistency: don't quote ':/' | Tomas Tomecek | 2016-08-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E.g. docker client `/v1.21/images/localhost:5000/busybox/push?tag=` docker-py `/v1.21/images/localhost%3A5000%2Fbusybox/push` Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | | | Added support for docker swarm api version 1.24. | minzhang | 2016-08-03 | 1 | -1/+2 |
|/ / | | | | | | | | | | | | | | | | | | | | | 3 API are added swarm_init() swarm_leave() swarm_join() Signed-off-by: Min Zhang<minzhang.work@gmail.com> Signed-off-by: Min Zhang <virgilerin@gmail.com> | ||||
* | | Set custom user agent on client | Ben Firshman | 2016-07-20 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | | Rename read_iter() to frames_iter() | Aanand Prasad | 2016-07-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | This makes it more clearly high-level and distinct from the raw data-reading functions Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | Remove unused imports | Aanand Prasad | 2016-07-13 | 1 | -4/+1 |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | Move read_loop() into docker.utils.socket.read_iter() | Aanand Prasad | 2016-07-13 | 1 | -12/+4 |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | Remove duplicated methods from container.py | Aanand Prasad | 2016-07-13 | 1 | -31/+1 |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | Read from socket after sending TCP upgrade headers. | Joffrey F | 2016-07-13 | 1 | -0/+50 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Update parse_host and tests | Joffrey F | 2016-06-02 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | npipe support cleanup | Joffrey F | 2016-06-02 | 1 | -7/+12 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Experimental npipe:// support | Joffrey F | 2016-06-02 | 1 | -0/+12 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Don't set socket timeout if it's already disabled when streaming | Kevin Frommelt | 2016-05-10 | 1 | -6/+21 |
| | | | | Signed-off-by: Kevin Frommelt <kevin.frommelt@gmail.com> | ||||
* | Add docker.from_env() shortcut | Ben Firshman | 2016-03-15 | 1 | -1/+9 |
| | | | | | | A much neater way of getting started with docker-py. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Support unspecified protocol in base_url when using TLS894-docker_host_env | Joffrey F | 2016-01-28 | 1 | -4/+4 |
| | | | | | | (assume HTTPS) Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add HttpHeaders support in load_config | Pavel Kravchenko | 2016-01-18 | 1 | -1/+5 |
| | | | | Signed-off-by: Pavel Kravchenko <kpavel@il.ibm.com> | ||||
* | Don't break if base_url == None and TLS is enabledbase_url_none | Joffrey F | 2016-01-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | 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 |
| | | |