summaryrefslogtreecommitdiff
path: root/docker/utils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* * Moved _container_config to utils.create_container_configmemoryswapJoffrey F2015-02-111-0/+140
* Added support for pid_mode paramJoffrey F2015-02-111-1/+8
* Merge pull request #480 from ggtools/eventsJoffrey F2015-02-111-0/+8
|\
| * Fix datetime issue with Python 2.6Christophe Labouisse2015-02-111-1/+3
| * Add missing options to the events commandChristophe Labouisse2015-02-111-0/+6
* | read_only parameterread_only_rootfsJoffrey F2015-02-101-1/+4
|/
* fix create_host_config methodbernardopericacho2015-01-161-5/+5
* Use create_host_config in start (unifying parameter processing)0.7.0-releaseJoffrey F2014-12-181-7/+10
* Added support for extra_hosts in create_host_configJoffrey F2014-12-181-1/+11
* Fixed VolumesFrom bugJoffrey F2014-12-171-1/+1
* Added create_host_config helper in docker.utilsJoffrey F2014-12-171-0/+67
* Merge pull request #429 from dims/masterJoffrey F2014-12-171-1/+1
|\
| * Devices should be separated by colon separated stringDavanum Srinivas2014-12-171-1/+1
* | Merge pull request #271 from robertglen/byteIO-seekfixJoffrey F2014-12-151-0/+2
|\ \ | |/ |/|
| * Should be done for StringIO objects as wellRobert Glen2014-07-101-0/+1
| * Fixed bug in utils.mkbuildcontext for BytesIO DockerfilesRobert Glen2014-07-091-0/+1
* | Walk file tree in order for deterministic buildsMarcus Cobden2014-11-041-1/+2
* | Merge branch 'filters' of github.com:irachex/docker-py into irachex-filtersJoffrey F2014-11-031-0/+12
|\ \
| * | Add support for filtering images and containersHuayi Zhang2014-10-051-0/+12
* | | utils: add kwargs_from_envJohan Euphrosine2014-10-291-0/+22
* | | Merge branch 'support-devices' of github.com:dims/docker-py into dims-support...Joffrey F2014-10-291-0/+20
|\ \ \
| * | | Ability to specify Host Devices during container startDavanum Srinivas2014-10-241-0/+20
| |/ /
* | | Fix long lineSøren Gjesse2014-10-211-1/+2
* | | Add directories to the Docker contextSøren Gjesse2014-10-211-0/+3
|/ /
* | Added a timeout to the https pingKevin Littlejohn2014-07-311-1/+1
* | Merge pull request #268 from brutasse/265-dockerignoreJoffrey F2014-07-231-2/+23
|\ \ | |/ |/|
| * Add support for .dockerignoreBruno Renié2014-07-231-2/+23
* | Support http+unix protocolJoffrey F2014-07-031-0/+2
* | Implemented complete parse_host method to handle all accepted values of Clien...Joffrey F2014-07-031-1/+66
|/
* Fixed port bindings conversion to support legacy port bindings. Fixes #135Joffrey F2014-06-211-0/+7
* Python, not GoJoffrey F2014-06-171-2/+2
* pep8 fixJoffrey F2014-05-131-0/+2
* namingJoffrey F2014-05-121-1/+1
* Support for legacy volume binds (ansible compat)Joffrey F2014-05-121-0/+10
* parse_repository_tag function and accompanying testLuka Stojanovic2014-03-241-0/+12
* Fix API version comparisonDaniel Graña2014-03-181-1/+20
* A ping should be successful if status_code is less than 400Nicolas Delaby2014-01-311-1/+1
* replace status with status_code as defined by requests APINicolas Delaby2014-01-311-1/+2
* Improved port binding conversion rules, fixed bugs, added unit testsshin-2013-12-091-0/+34
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ...shin-2013-10-151-0/+62