summaryrefslogtreecommitdiff
path: root/docker/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #721 from aanand/pathspecJoffrey F2015-08-262-27/+70
|\ \
| * | Better support for .dockerignoreAanand Prasad2015-08-262-27/+70
* | | Don't remove LogConfig.types shortcutJoffrey F2015-08-261-0/+1
* | | Remove validation of supported log driversMazz Mosley2015-08-261-13/+5
|/ /
* | 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
* | Fixed #726 issue where split_port was checking `len(None)`Mark Adams2015-08-191-6/+14
* | add gelf and fluentd logging drivers to types.pyBrian Edwards2015-08-181-1/+3
* | 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
* | | Merge pull request #703 from erikced/journald-log-driverAanand Prasad2015-08-051-1/+2
|\ \ \
| * | | Add journald log driver supportErik Cederberg2015-08-031-1/+2
| |/ /
* | | unpack key-value pairJoffrey F2015-08-041-2/+1
* | | Squashed commit of the following:Viktor Petersson2015-07-302-1/+28
|/ /
* | 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
* | Fix small decorator issueJoffrey F2015-06-301-2/+2
* | CleanupJoffrey F2015-06-301-3/+2
* | Merge branch 'id-resolution-in-check-resource' of https://github.com/posita/d...Joffrey F2015-06-301-0/+2
|\ \
| * | Move image/container ID resolution to @check_resource decorator.Matt Bogosian2015-05-201-0/+2
* | | 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
* | | | Fixed import styleJoffrey F2015-06-181-2/+3
* | | | Merge branch 'use-wraps' of https://github.com/ssanderson/docker-py into ssan...Joffrey F2015-06-181-0/+3
|\ \ \ \
| * | | | Use functools.wraps for check_resource decorator.Scott Sanderson2015-06-021-0/+3
| | |/ / | |/| |
* | | | 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