Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update outdated error message914_hostconfig_start | Joffrey F | 2016-01-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #912 from docker/495_port_bindings_advanced_doc | Aanand Prasad | 2016-01-29 | 1 | -0/+17 |
|\ | | | | | Advanced documentation for port bindings | ||||
| * | Advanced documentation for port bindings495_port_bindings_advanced_doc | Joffrey F | 2016-01-28 | 1 | -0/+17 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #911 from docker/894-docker_host_env | Daniel Nephin | 2016-01-29 | 3 | -6/+11 |
|\ \ | |/ |/| | Support unspecified protocol in base_url when using TLS | ||||
| * | Support unspecified protocol in base_url when using TLS894-docker_host_env | Joffrey F | 2016-01-28 | 3 | -6/+11 |
|/ | | | | | | (assume HTTPS) Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump RC1.7.0-rc3 | Joffrey F | 2016-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #906 from aanand/capture-stdout-stderr | Joffrey F | 2016-01-25 | 1 | -1/+1 |
|\ | | | | | Re-enable stdout/stderr capturing in tests | ||||
| * | Re-enable stdout/stderr capturing in tests | Aanand Prasad | 2016-01-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | Merge pull request #907 from aanand/raise-for-status-connect-disconnect | Joffrey F | 2016-01-25 | 2 | -2/+10 |
|\ \ | |/ |/| | Raise exceptions for API errors on network connect/disconnect | ||||
| * | Raise exceptions for API errors on network connect/disconnect | Aanand Prasad | 2016-01-25 | 2 | -2/+10 |
|/ | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | Bumped RC1.7.0rc2 | Joffrey F | 2016-01-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #902 from docker/py32_deprecation | Aanand Prasad | 2016-01-21 | 3 | -3/+1 |
|\ | | | | | Drop support for python 3.2 | ||||
| * | Drop support for python 3.2py32_deprecation | Joffrey F | 2016-01-20 | 3 | -3/+1 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #901 from aanand/networking-links | Joffrey F | 2016-01-20 | 6 | -10/+85 |
|\ | | | | | Support links (container-local aliases) when creating containers or connecting to networks | ||||
| * | Support links when creating containers or connecting to networks | Aanand Prasad | 2016-01-20 | 6 | -10/+85 |
|/ | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | 1.7.0 release candidate1.7.0-rc1rc_1.7.0 | Joffrey F | 2016-01-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #880 from docker/813-parse-float-bytes | Joffrey F | 2016-01-18 | 2 | -16/+38 |
|\ | | | | | Handle 64-bit integer values in parse_bytes | ||||
| * | parse_bytes: Add ability to handle 64-bit integers in py2 | Joffrey F | 2016-01-18 | 2 | -16/+38 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #899 from docker/http-headers-support | Joffrey F | 2016-01-18 | 5 | -5/+49 |
|\ \ | |/ |/| | Add HttpHeaders support | ||||
| * | Add HttpHeaders support in load_config | Pavel Kravchenko | 2016-01-18 | 5 | -5/+49 |
|/ | | | | Signed-off-by: Pavel Kravchenko <kpavel@il.ibm.com> | ||||
* | Merge pull request #889 from docker/725-devices-format | Aanand Prasad | 2016-01-18 | 5 | -20/+94 |
|\ | | | | | Improve host devices support | ||||
| * | Improve host devices support | Joffrey F | 2016-01-18 | 5 | -20/+94 |
|/ | | | | | | | | Add unit tests for utils.parse_devices Rewrite documentation Support dict and string format for device declaration Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #898 from docker/https_docs_link | Joffrey F | 2016-01-18 | 2 | -3/+3 |
|\ | | | | | Update HTTPS docs link | ||||
| * | Update HTTPS docs linkhttps_docs_link | Joffrey F | 2016-01-18 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #897 from aanand/network-options | Aanand Prasad | 2016-01-18 | 5 | -27/+68 |
|\ \ | |/ |/| | Normalise/fix networking API JSON keys | ||||
| * | Normalise/fix networking API JSON keys | Aanand Prasad | 2016-01-18 | 5 | -27/+68 |
|/ | | | | | | | - Use CamelCase - `auxaddresses` -> `AuxiliaryAddresses` Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | Merge pull request #895 from aanand/alias | Aanand Prasad | 2016-01-14 | 8 | -10/+136 |
|\ | | | | | Implement support for network-scoped aliases | ||||
| * | Implement support for network-scoped aliases | Aanand Prasad | 2016-01-14 | 8 | -10/+136 |
|/ | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | Merge pull request #892 from docker/base_url_none | Daniel Nephin | 2016-01-11 | 1 | -1/+1 |
|\ | | | | | Don't break if base_url == None and TLS is enabled | ||||
| * | Don't break if base_url == None and TLS is enabledbase_url_none | Joffrey F | 2016-01-08 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #818 from rmb938/patch-1 | Aanand Prasad | 2016-01-05 | 7 | -4/+83 |
|\ | | | | | allow custom ipam options when creating networks | ||||
| * | allow custom ipam options when creating networks | Ryan Belgrave | 2016-01-04 | 7 | -4/+83 |
| | | | | | | | | Signed-off-by: Ryan Belgrave <rmb1993@gmail.com> | ||||
* | | Merge pull request #888 from wenchma/18626-sync_inspect_network | Joffrey F | 2016-01-04 | 1 | -9/+5 |
|\ \ | |/ |/| | Update the test_inspect_network | ||||
| * | Update docker network inspect test | wenchma | 2015-12-30 | 1 | -9/+5 |
| | | | | | | | | | | | | | | | | This is based on https://github.com/docker/docker/pull/18928 Related to docker/docker#18626 Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com> | ||||
* | | Merge pull request #882 from docker/881-hostconfig_doc | Joffrey F | 2016-01-04 | 1 | -0/+2 |
|\ \ | |/ |/| | Add cpu_quota and cpu_period to the HostConfig documentation | ||||
| * | Add cpu_quota and cpu_period to the HostConfig documentation881-hostconfig_doc | Joffrey F | 2015-12-22 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #884 from docker/stop_test_update | Joffrey F | 2015-12-23 | 1 | -6/+0 |
|\ \ | | | | | | | Don't expect non-zero exit code when stopping a container | ||||
| * | | Don't expect non-zero exit code when stopping a containerstop_test_update | Joffrey F | 2015-12-23 | 1 | -6/+0 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #883 from joshpurvis/jp-since-docs | Daniel Nephin | 2015-12-23 | 1 | -0/+1 |
|\ \ | |/ |/| | Add docs for since argument in container logs method | ||||
| * | Add docs for argument when retrieving container logs | Josh Purvis | 2015-12-23 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Josh Purvis <jpurvis@kwantera.com> | ||||
* | Merge pull request #863 from thomasboyt/fast-exclude-paths | Aanand Prasad | 2015-12-16 | 3 | -27/+62 |
|\ | | | | | Don't descend into ignored directories when building context | ||||
| * | Improve get_paths performance by not descending into ignored directories | Thomas Boyt | 2015-12-08 | 3 | -27/+62 |
| | | | | | | | | Signed-off-by: Thomas Boyt <thomas@ledgerx.com> | ||||
* | | Merge pull request #874 from aanand/fix-index.docker.io | Aanand Prasad | 2015-12-16 | 3 | -47/+91 |
|\ \ | | | | | | | Treat 'index.docker.io' repo names as 'docker.io' | ||||
| * | | Treat 'index.docker.io' repo names as 'docker.io' | Aanand Prasad | 2015-12-10 | 2 | -8/+38 |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | | Refactor resolve_authconfig tests | Aanand Prasad | 2015-12-10 | 2 | -38/+52 |
| | | | | | | | | | | | | | | | | | | | | | The structure of the fake config dictionary was not reflective of what actual parsed config looks like. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | | Allow overriding of positional args to py.test in tox.ini | Aanand Prasad | 2015-12-10 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | Bumped version | Joffrey F | 2015-12-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #871 from thaJeztah/update-maintainers | Joffrey F | 2015-12-09 | 1 | -5/+52 |
|\ \ | | | | | | | update maintainers file for parsing | ||||
| * | | update maintainers file for parsing | Sebastiaan van Stijn | 2015-12-09 | 1 | -5/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | this updates the MAINTAINERS file to the new format, so that it can be parsed and collected in the docker/opensource repository. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> | ||||
* | | | Merge pull request #867 from sumitsahrawat/network-create-options | Aanand Prasad | 2015-12-09 | 6 | -10/+76 |
|\ \ \ | |/ / |/| | | Allow providing options when creating networks |