| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
Those calls return result that can be used by the developers.
Signed-off-by: Cecile Tonglet <cecile.tonglet@gmail.com>
|
| |
| |
| |
| |
| |
| | |
drivers used
Signed-off-by: Artem Bolshakov <either.free@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Jakub Goszczurny <szczurmys@o2.pl>
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|/
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Add support for ContainerSpec.TTY
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Add network_mode support to Client.build
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
| |
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>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Add support for ingress in create_network
|
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Raising error in case of invalid value of since kwarg on Container.logs
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Chris Mark <chrismarkou92@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Ensure default timeout is used by API Client
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|/ /
| |
| |
| | |
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: allencloud <allen.sun@daocloud.io>
|
|\ \
| |/
|/| |
Add support for placement preferences and platforms in TaskTemplate
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
|
|
|
|
|
|
| |
This is related to the multi-stage image building
that was introduced in 17.05 (API 1.29).
This allows a user to specify the stage of a multi-stage
Dockerfile to build for, rather than the final stage.
Signed-off-by: Yong Wen Chua <me@yongwen.xyz>
|
|\
| |
| | |
update docker-py test status code from 500 to 400
|
| |
| |
| |
| | |
Signed-off-by: allencloud <allen.sun@daocloud.io>
|
|/
|
|
|
|
|
|
| |
network equivalent.
Small docfixes
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| |
| | |
https://github.com/aaronthebaron/docker-py into aaronthebaron-1577-multi-success-message
|
| |
| |
| |
| | |
Signed-off-by: Aaron Cowdin <aaron.cowdin@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | |
| | |
| | |
| | | |
https://github.com/TomasTomecek/docker-py into TomasTomecek-add-env-support-to-exec
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
According to Docker's API documentation [1]. The parameter name
is `CpusetCpus` not `CpuSetCpus`.
[1] https://docs.docker.com/engine/api/v1.25/#operation/ContainerCreate
Signed-off-by: Dan Liew <daniel.liew@imperial.ac.uk>
|
| |/
|/|
| |
| | |
Signed-off-by: Dan Liew <daniel.liew@imperial.ac.uk>
|
|\ \
| |/
|/| |
Add cpu_count, cpu_percent, nano_cpus parameters to container HostConfig.
|
| |
| |
| |
| |
| |
| | |
for new parameters are changed.
Signed-off-by: Alexey Rokhin <arokhin@mail.ru>
|
| |
| |
| |
| | |
Signed-off-by: Alexey Rokhin <arokhin@mail.ru>
|
|\ \
| | |
| | | |
Adds a few model properties
|