Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #644 from docker/memory-memswap-hostconfig | Joffrey F | 2015-06-30 | 1 | -7/+32 |
|\ | | | | | memory / memswap in hostconfig | ||||
| * | Moved mem_limit and memswap_limit to host_config for API version >= 1.19 | Joffrey F | 2015-06-19 | 1 | -7/+32 |
| | | |||||
* | | Support 401 status for v2 registry endpoint | Joffrey F | 2015-06-19 | 1 | -3/+6 |
| | | |||||
* | | Merge branch 'master' of https://github.com/cesanta/docker-py into ↵ | Joffrey F | 2015-06-19 | 1 | -1/+3 |
|\ \ | |/ |/| | | | cesanta-master | ||||
| * | Fix pinging an unauthenticated v2 registry | Marko Mikulicic | 2015-05-29 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #614 from ibuildthecloud/extra-host-list | Joffrey F | 2015-06-18 | 1 | -1/+1 |
|\ \ | | | | | | | Allow extra_hosts to be a list too | ||||
| * | | Allow extra_hosts to be a list too | Darren Shepherd | 2015-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | The current map syntax does not allow the API equivalent of --add-host foo:1.1.1.1 --add-host foo:2.2.2.2 The above will map one hostname to two IPs. The above is valid in Docker. | ||||
* | | | Merge branch 'allow-any-mode' of https://github.com/aanand/docker-py into ↵ | Joffrey F | 2015-06-18 | 1 | -1/+14 |
|\ \ \ | | | | | | | | | | | | | aanand-allow-any-mode | ||||
| * | | | Allow any mode string to be passed into a volume bind | Aanand Prasad | 2015-06-05 | 1 | -1/+14 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | Volume binds now take a "mode" key, whose value can be any string. "ro" is still supported. It is an error to specify both "ro" and "mode". Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | | Only allow volume_driver param if API version >= 1.19 | Joffrey F | 2015-06-18 | 1 | -3/+8 |
| | | | |||||
* | | | Add volume_driver param to client.create_container | Luke Marsden | 2015-06-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | - Add appropriate test which also asserts that volume names can be passed through to drivers. - Add new param to docs. Signed-off-by: Luke Marsden <luke@clusterhq.com> | ||||
* | | | Allow binds to be specified as a list of strings | Aanand Prasad | 2015-06-12 | 1 | -0/+3 |
|/ / | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | Typo in ReadonlyRootfs | Darren Shepherd | 2015-05-25 | 1 | -1/+1 |
|/ | | | | read_only parameter does not work because the wrong name is sent to Docker | ||||
* | Merge pull request #562 from smothiki/mems | Joffrey F | 2015-05-20 | 1 | -0/+3 |
|\ | | | | | make memory units compatible with native docker cli | ||||
| * | make memory units compatible with native docker cli | smothiki | 2015-05-07 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: sivaram mothiki <smothiki@engineyard.com> | ||||
* | | Set 'CpusetCpus' with the value of the cpuset param in create_container | Joffrey F | 2015-05-08 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #563 from docker/logconfig-support | Joffrey F | 2015-04-24 | 1 | -3/+14 |
|\ | | | | | Logconfig support | ||||
| * | Added log_config support in host config | Joffrey F | 2015-04-24 | 1 | -3/+14 |
| | | |||||
* | | v2 doesn't have a /_ping endpoint, use /v2/ instead. Fixes #549 | Joffrey F | 2015-04-24 | 1 | -1/+1 |
|/ | |||||
* | Add support for ulimits in host_config | Joffrey F | 2015-04-22 | 1 | -1/+13 |
| | |||||
* | Modify expand_registry_url to support v2 private registries.support_v2_private_registry | Joffrey F | 2015-04-22 | 1 | -0/+4 |
| | |||||
* | IPC sharing implementation | Yaroslav Molochko | 2015-03-30 | 1 | -1/+5 |
| | |||||
* | Added some type and version checks; removed security_opt from ↵ | Joffrey F | 2015-03-25 | 1 | -2/+6 |
| | | | | container_config (as this is invalid) | ||||
* | Add security_opt for create/start | Eric Windisch | 2015-03-24 | 1 | -3/+7 |
| | | | | Signed-off-by: Eric Windisch <eric@windisch.us> | ||||
* | Finish labels implementation, add tests and docs | Aanand Prasad | 2015-03-20 | 1 | -6/+5 |
| | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | Implemented labels for docker-py | André Martins | 2015-03-17 | 1 | -2/+13 |
| | | | | Signed-off-by: André Martins <martins@noironetworks.com> | ||||
* | Merge pull request #488 from docker/memoryswap | Joffrey F | 2015-02-11 | 1 | -0/+140 |
|\ | | | | | Container config cleanup | ||||
| * | * Moved _container_config to utils.create_container_configmemoryswap | Joffrey F | 2015-02-11 | 1 | -0/+140 |
| | | | | | | | | * memswap_limit can now be provided as a string, similar to mem_limit | ||||
* | | Merge pull request #486 from nir0s/fix-old-style-string-formatting | Joffrey F | 2015-02-11 | 1 | -8/+10 |
|\ \ | |/ |/| | Fix old style string formatting | ||||
| * | fixes | nir0s | 2015-02-11 | 1 | -2/+2 |
| | | |||||
| * | fixed string formatting in utils | nir0s | 2015-02-11 | 1 | -8/+10 |
| | | |||||
* | | Added support for pid_mode param | Joffrey F | 2015-02-11 | 1 | -1/+8 |
| | | |||||
* | | Merge pull request #480 from ggtools/events | Joffrey F | 2015-02-11 | 1 | -0/+8 |
|\ \ | | | | | | | Add missing options to the events command | ||||
| * | | Fix datetime issue with Python 2.6 | Christophe Labouisse | 2015-02-11 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Christophe Labouisse <christophe@labouisse.org> | ||||
| * | | Add missing options to the events command | Christophe Labouisse | 2015-02-11 | 1 | -0/+6 |
| |/ | | | | | | | | | | | | | - Add since, until and filters parameters to `Client.events` - Add missing `events`command in the documentation Signed-off-by: Christophe Labouisse <christophe@labouisse.org> | ||||
* | | read_only parameterread_only_rootfs | Joffrey F | 2015-02-10 | 1 | -1/+4 |
|/ | |||||
* | fix create_host_config method | bernardopericacho | 2015-01-16 | 1 | -5/+5 |
| | |||||
* | Use create_host_config in start (unifying parameter processing)0.7.0-release | Joffrey F | 2014-12-18 | 1 | -7/+10 |
| | |||||
* | Added support for extra_hosts in create_host_config | Joffrey F | 2014-12-18 | 1 | -1/+11 |
| | |||||
* | Fixed VolumesFrom bug | Joffrey F | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Added create_host_config helper in docker.utils | Joffrey F | 2014-12-17 | 1 | -0/+67 |
| | |||||
* | Merge pull request #429 from dims/master | Joffrey F | 2014-12-17 | 1 | -1/+1 |
|\ | | | | | Devices should be separated by colon separated string | ||||
| * | Devices should be separated by colon separated string | Davanum Srinivas | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Totally bad test :( (written by me). The documentation and code should match now. Many thanks to pranavs18 for spotting the error and proposing the fix. | ||||
* | | Merge pull request #271 from robertglen/byteIO-seekfix | Joffrey F | 2014-12-15 | 1 | -0/+2 |
|\ \ | |/ |/| | Fixed bug in utils.mkbuildcontext for BytesIO Dockerfiles | ||||
| * | Should be done for StringIO objects as well | Robert Glen | 2014-07-10 | 1 | -0/+1 |
| | | |||||
| * | Fixed bug in utils.mkbuildcontext for BytesIO Dockerfiles | Robert Glen | 2014-07-09 | 1 | -0/+1 |
| | | | | | | | | | | | | - resetting dockerfile seek position to 0 after dockerfile.getvalue() is called - prevents traceback on line utils.py line 43 - 'IOError("end of file reached")' in tarfile.py | ||||
* | | Walk file tree in order for deterministic builds | Marcus Cobden | 2014-11-04 | 1 | -1/+2 |
| | | | | | | Python's `os.walk` does not order the lists of files and directories it returns, so in order to produce a consistent build context tarfile, they should be ordered. | ||||
* | | Merge branch 'filters' of github.com:irachex/docker-py into irachex-filters | Joffrey F | 2014-11-03 | 1 | -0/+12 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: docker/utils/__init__.py docker/utils/utils.py tests/utils_test.py | ||||
| * | | Add support for filtering images and containers | Huayi Zhang | 2014-10-05 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | [`filters` is a json encoded value of the filters (a map[string][string]) to process on the images list. ][1] The tricky thing is that we must convert boolean value to string and any filter value to list to make a `map[string][string]` json format [1]: https://docs.docker.com/reference/api/docker_remote_api_v1.14/#list-images | ||||
* | | | utils: add kwargs_from_env | Johan Euphrosine | 2014-10-29 | 1 | -0/+22 |
| | | |