summaryrefslogtreecommitdiff
path: root/docker/utils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-161-0/+8
* GroupAdd testsJoffrey F2015-09-151-1/+1
* Support group_add param in host configgroup_add_supportJoffrey F2015-09-151-1/+8
* Merge pull request #753 from docker/715-user-int-uidJoffrey F2015-09-101-1/+1
|\
| * Use six.text_typeJoffrey F2015-08-311-1/+1
| * Always send a string for the user param in create_containerJoffrey F2015-08-311-1/+1
* | Default to 127.0.0.1:2375 on WindowsAanand Prasad2015-09-011-1/+5
|/
* Use cross-platform home directory pathJoffrey F2015-08-261-3/+2
* Merge branch 'default-cert-path' of https://github.com/aanand/docker-py into ...Joffrey F2015-08-261-0/+7
|\
| * Default to ~/.docker if DOCKER_CERT_PATH is emptyAanand Prasad2015-07-211-0/+7
* | Better support for .dockerignoreAanand Prasad2015-08-261-26/+69
* | Merge pull request #732 from docker/version-dependent-hostconfigAanand Prasad2015-08-251-2/+10
|\ \
| * | Add version param to utils.create_host_configJoffrey F2015-08-241-2/+10
* | | Split the entrypoint string to shell-like syntax.Colin Huang2015-08-251-0/+3
|/ /
* | Added support for cgroup parentMohit Soni2015-08-241-1/+4
* | Allow docker host (base_url) to contain a pathJoffrey F2015-08-171-2/+7
* | Merge pull request #698 from docker/jhowardmsft-14530-netmodeJoffrey F2015-08-101-0/+2
|\ \
| * | Moved network_mode default to create_host_config ; small fix to preserve blan...Joffrey F2015-07-291-10/+2
| * | Add netmode (required by docker)John Howard2015-07-281-0/+10
* | | unpack key-value pairJoffrey F2015-08-041-2/+1
* | | Squashed commit of the following:Viktor Petersson2015-07-301-0/+27
|/ /
* | Merge pull request #680 from aanand/fix-timestamp-conversionJoffrey F2015-07-211-3/+3
|\ \ | |/ |/|
| * Enforce UTC datetimes in arguments to `events()`Aanand Prasad2015-07-211-3/+3
* | Stop pinging registries from the clientAanand Prasad2015-07-201-0/+6
|/
* Merge pull request #644 from docker/memory-memswap-hostconfigJoffrey F2015-06-301-7/+32
|\
| * Moved mem_limit and memswap_limit to host_config for API version >= 1.19Joffrey F2015-06-191-7/+32
* | Support 401 status for v2 registry endpointJoffrey F2015-06-191-3/+6
* | Merge branch 'master' of https://github.com/cesanta/docker-py into cesanta-ma...Joffrey F2015-06-191-1/+3
|\ \ | |/ |/|
| * Fix pinging an unauthenticated v2 registryMarko Mikulicic2015-05-291-1/+3
* | Merge pull request #614 from ibuildthecloud/extra-host-listJoffrey F2015-06-181-1/+1
|\ \
| * | Allow extra_hosts to be a list tooDarren Shepherd2015-05-271-1/+1
* | | Merge branch 'allow-any-mode' of https://github.com/aanand/docker-py into aan...Joffrey F2015-06-181-1/+14
|\ \ \
| * | | Allow any mode string to be passed into a volume bindAanand Prasad2015-06-051-1/+14
| | |/ | |/|
* | | Only allow volume_driver param if API version >= 1.19Joffrey F2015-06-181-3/+8
* | | Add volume_driver param to client.create_containerLuke Marsden2015-06-181-1/+2
* | | Allow binds to be specified as a list of stringsAanand Prasad2015-06-121-0/+3
|/ /
* | Typo in ReadonlyRootfsDarren Shepherd2015-05-251-1/+1
|/
* Merge pull request #562 from smothiki/memsJoffrey F2015-05-201-0/+3
|\
| * make memory units compatible with native docker clismothiki2015-05-071-0/+3
* | Set 'CpusetCpus' with the value of the cpuset param in create_containerJoffrey F2015-05-081-0/+1
|/
* Merge pull request #563 from docker/logconfig-supportJoffrey F2015-04-241-3/+14
|\
| * Added log_config support in host configJoffrey F2015-04-241-3/+14
* | v2 doesn't have a /_ping endpoint, use /v2/ instead. Fixes #549Joffrey F2015-04-241-1/+1
|/
* Add support for ulimits in host_configJoffrey F2015-04-221-1/+13
* Modify expand_registry_url to support v2 private registries.support_v2_private_registryJoffrey F2015-04-221-0/+4
* IPC sharing implementationYaroslav Molochko2015-03-301-1/+5
* Added some type and version checks; removed security_opt from container_confi...Joffrey F2015-03-251-2/+6
* Add security_opt for create/startEric Windisch2015-03-241-3/+7
* Finish labels implementation, add tests and docsAanand Prasad2015-03-201-6/+5
* Implemented labels for docker-pyAndré Martins2015-03-171-2/+13