| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Add `target` argument to image building
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Yusuke Miyazaki <miyazaki.dev@gmail.com>
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| |
| |
| |
| | |
Niboo-issue1567
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Antoine Verlant <antoine@niboo.be>
|
|\ \ |
|
| | |
| | |
| | |
| | | |
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: Aaron Cowdin <aaron.cowdin@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Support new error message returned for image creation in:
https://github.com/moby/moby/pull/33005
Signed-off-by: Alfred Landrum <alfred@leakybucket.org>
|
| | |
| | |
| | |
| | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
CPUset* parameter fixes
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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 function to refresh credentials from config.json
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also revert an incorrect change in the DaemonApiMixin's login func
Signed-off-by: Erik Johnson <palehose@gmail.com>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This allows the client to reload the config.json for an existing
APIClient instance.
Signed-off-by: Erik Johnson <palehose@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
This makes a small tweak to the grammar of the documentation for the
reauth argument, and also updates the dockercfg_path docs for accuracy.
Signed-off-by: Erik Johnson <palehose@gmail.com>
|
|\ \ \
| |/ /
|/| | |
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
|
| | |
| | |
| | |
| | | |
Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
|
| |/
| |
| |
| |
| |
| |
| |
| | |
The Docker API seems to respond with a 'null' value for the 'Labels'
attribute from containers that were created with older Docker versions.
An empty dictionary is returned in this case.
Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| |
| |
| | |
passthrough keyword arguments.
Signed-off-by: Jesper L. Nielsen <lyager@gmail.com>
|
|\ \
| | |
| | | |
fix can't get a dict when Containers is None
|
| |/
| |
| |
| | |
Signed-off-by: hhHypo <i@ihypo.net>
|
|\ \ |
|
| |/
| |
| |
| | |
Signed-off-by: Aashutosh Rathi <aashutoshrathi@gmail.com>
|
|/
|
|
| |
Signed-off-by: Rob Kooper <kooper@illinois.edu>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
|
|\
| |
| | |
Minor typo correction
|
| |
| |
| |
| |
| |
| | |
The stdout argument name was repeated in the run method docstring. The second should be replaced by stderr.
Signed-off-by: Ewan Barr <ewan.d.barr@googlmail.com>
|
|\ \
| | |
| | | |
Fix docs container cpu opts
|
| | |
| | |
| | |
| | |
| | |
| | | |
(float->int)
Signed-off-by: Peter Slovak <peter.slovak@websupport.sk>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Peter Slovak <peter.slovak@websupport.sk>
|
|\ \ \
| |/ /
|/| | |
Add support for volume_driver in HostConfig
|
| |/
| |
| |
| |
| |
| | |
Some cleanup in ContainerConfig + warning if volume_driver is provided (API>1.20)
Signed-off-by: Joffrey F <joffrey@docker.com>
|