summaryrefslogtreecommitdiff
path: root/docker/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed check_resource decoratorJoffrey F2015-05-201-5/+3
* | Fix #602. Raise ValueError on empty argument to inspect_{container,image}() m...Matt Bogosian2015-05-171-0/+2
* | Set 'CpusetCpus' with the value of the cpuset param in create_containerJoffrey F2015-05-081-0/+1
|/
* Fix #573Joffrey F2015-04-281-6/+9
* Change decorators to use a relative import.dlorenc2015-04-271-2/+2
* Use custom Error class (inherits DockerException and ValueError)check_resource_not_noneJoffrey F2015-04-271-1/+4
* Added check_resource decorator to interrupt command if container or image arg...Joffrey F2015-04-242-1/+12
* Merge pull request #563 from docker/logconfig-supportJoffrey F2015-04-243-4/+66
|\
| * Added log_config support in host configJoffrey F2015-04-243-4/+66
* | v2 doesn't have a /_ping endpoint, use /v2/ instead. Fixes #549Joffrey F2015-04-241-1/+1
|/
* improved Ulimit classJoffrey F2015-04-221-7/+22
* Add support for ulimits in host_configJoffrey F2015-04-223-1/+49
* Modify expand_registry_url to support v2 private registries.support_v2_private_registryJoffrey F2015-04-222-2/+6
* Merge pull request #537 from onorua/masterJoffrey F2015-04-221-1/+5
|\
| * IPC sharing implementationYaroslav Molochko2015-03-301-1/+5
* | removed unneeded importsYuval Kohavi2015-04-171-2/+0
* | Adding port utils to split port rangesYuval Kohavi2015-04-032-0/+90
|/
* 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
* Merge pull request #488 from docker/memoryswapJoffrey F2015-02-112-1/+142
|\
| * * Moved _container_config to utils.create_container_configmemoryswapJoffrey F2015-02-112-1/+142
* | Merge pull request #486 from nir0s/fix-old-style-string-formattingJoffrey F2015-02-111-8/+10
|\ \ | |/ |/|
| * fixesnir0s2015-02-111-2/+2
| * fixed string formatting in utilsnir0s2015-02-111-8/+10
* | 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