| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| | |
Container network functions checked 'image' as resource ID and not
'container'. This caused a traceback when using container as named
argument.
Signed-off-by: Matthew Berry <mtberry89@gmail.com>
|
| |\
| | |
| | | |
Shift test matrix forward
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \
| | | |
| | | | |
Compose 1.14.0 hack - split_port fix
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \
| | | |
| | | | |
split_port should not break when passed a non-string argument
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \
| | |/
| |/| |
Bump 2.5.0 dev
|
| |/
|/|
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
2.4.0 release
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | | |
Add support for ContainerSpec.TTY
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \
| | | |
| | | | |
Support credHelpers section in config.json
|
| | |/
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
shin-/qazbnm456-correct_description_of_dns_opt_of_create_container
Correct the description of dns_opt option of create_container
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Boik <qazbnm456@gmail.com>
|
| |\ \
| | |/
| |/| |
Add attributes for pickling
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When using the multiprocessing module, it throws an AttributeError,
complaining that the object does not have the attribute used. This adds
the missing attributes and allows them to be pickled.
Signed-off-by: An Ha <zero579911@gmail.com>
|
| |\ \
| | | |
| | | | |
Add network_mode support to Client.build
|
| | |/
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \
| | |/
| |/| |
Make sure data is written in prune test so space can be reclaimed
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | | |
fix #1625 where ImageCollection.build() could return with incorrect image id
|
| | |
| | |
| | |
| | | |
Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
that the build method uses the last success message for extracting the image id
Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com>
|
| | |
| | |
| | |
| | | |
image_id depending on docer build output Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com>
|
| |\ \
| | | |
| | | | |
Add support for start_period in Healthcheck spec
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \ \
| | |/ /
| |/| | |
Update check_resource decorator to account for new resource names
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \ \
| | | | |
| | | | | |
Add support for ingress in create_network
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fix misleading build method docs
|
| | | |_|/
| | |/| |
| | | | |
| | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \ \ \
| | | | | |
| | | | | | |
Add support for ``runtime`` config
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Madhuri Kumari <madhuri.kumari@intel.com>
|
| | |/ / / |
|
| |\ \ \ \
| | | | | |
| | | | | | |
allow ipv6 :: notation in split_port (using re)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The test was copied from https://github.com/greybyte/docker-py/commit/ccec87ca2c2aacfcfe3b38c5bc7d59dd73551c51
Signed-off-by: kaiyou <pierre@jaury.eu>
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In the case of a defined format with specific parts, a regular
expression with named capturing bits make reasoning about the
parts simpler than imlementing a parser from scratch.
Signed-off-by: kaiyou <pierre@jaury.eu>
|
| |\ \ \ \
| | | | | |
| | | | | | |
Raising error in case of invalid value of since kwarg on Container.logs
|
| | | |_|/
| | |/| |
| | | | |
| | | | | |
Signed-off-by: Chris Mark <chrismarkou92@gmail.com>
|
| |\ \ \ \
| | |/ / /
| |/| | | |
Closes #1588, image.tag does not return anything
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This patch returns the check made against api when tagging an image as stated in documentation
Signed-off-by: Olivier Sallou <olivier.sallou@irisa.fr>
|
| |\ \ \
| | | | |
| | | | | |
DockerClient.secrets should be a @property
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \ \ \
| | |/ / /
| |/| | | |
Ensure default timeout is used by API Client
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We'd like to be able to pass `None` as a value for `timeout` because
it has meaning to the `requests` library
(http://docs.python-requests.org/en/master/user/advanced/#timeouts)
Signed-off-by: grahamlyons <graham@grahamlyons.com>
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The `from_env` method on the `docker` module passed `None` as the
value for the `timeout` keyword argument which overrode the default
value in the initialiser, taken from `constants` module.
This sets the default in the initialiser to `None` and adds logic
to set that, in the same way that `version` is handled.
Signed-off-by: grahamlyons <graham@grahamlyons.com>
|