summaryrefslogtreecommitdiff
path: root/docker/utils
Commit message (Expand)AuthorAgeFilesLines
* Moved build context to efficiency moduleJoffrey F2015-09-242-172/+0
* Use bytes() for file pathsMoysés Borges2015-09-231-2/+7
* Better handling of non-ascii filenamesMoysés Borges2015-09-231-5/+21
* Normalize paths as byte arrays in context.pyMoysés Borges2015-09-231-1/+4
* Simplified the validation logic for build contextsMoysés Borges2015-09-232-76/+5
* Tests for utils/context.pyMoysés Borges2015-09-231-10/+4
* Add support for building contexts objectsMoysés Borges2015-09-233-0/+225
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-163-2/+27
* 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
* | 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