| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
reference
BuildError.build_logs has a copy of the logs generator
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Return Image objects in ImageCollection.load
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | |
| | |
| | |
| | | |
hongbin-image-load
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In before, image.load returns what Docker API returns, which is
a text stream. This commits propose an improvement for returning
more useful information, which is a list of Image objects being
loaded.
Signed-off-by: Hongbin Lu <hongbin.lu@huawei.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| |/ /
|/| |
| | | |
https://github.com/hnq90/docker-py into hnq90-add_exit_code_to_exec_run
|
| | |
| | |
| | |
| | | |
Signed-off-by: HuyNQ <huy@huynq.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add ContainerSpec.isolation support
Add until support in logs
Add condition support in wait
Add workdir support in exec_create
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | | |
Signed-off-by: Chuck McCallum <mccallucc+github@gmail.com>
|
|\ \ \
| | | |
| | | | |
Change default TLS version
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Detects if python has an up-to-date version of OpenSSL that supports
TLSv1.2. If it does, choose that as the default TLS version, instead of
TLSv1. The Docker Engine and the majority of other Docker API servers
should suppot TLSv1.2, and if they do not, the user can manually set a
different (lower) version.
Signed-off-by: Drew Erny <drew.erny@docker.com>
|
|\ \ \ \
| | | | |
| | | | | |
Add support for experimental platform flag in build and pull
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Switch ports in documentation for EndpointSpec (#1516)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Johannes Postler <johannes.postler@uibk.ac.at>
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
Added scale method to the Service model.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
| |/ / /
|/| | |
| | | |
| | | | |
Signed-off-by: Viktor Adam <rycus86@gmail.com>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | |
| | | | |
qazbnm456-master
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Boik <qazbnm456@gmail.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>
|
|\ \ \ \
| | | | |
| | | | | |
Add join_swarm default listen address
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since the docker CLI adds a default listen address (0.0.0.0:2377)
when joining a node to the swarm, the docker-py api will support
the same behavior to easy configuration.
Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
fixes create_api_error_from_http_exception()
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
`create_api_error_from_http_exception()` is never tested in the original code
and will fail miserably when fed with empty `HTTPError` object
see fixes in requests for this behaviour: https://github.com/requests/requests/pull/3179
Signed-off-by: Constantine Peresypkin <pconstantine@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Retrieve container logs before container exits / is removed
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Update service from prev spec
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Viktor Adam <rycus86@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Viktor Adam <rycus86@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Viktor Adam <rycus86@gmail.com>
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Viktor Adam <rycus86@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add support for order property when updating a service
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Michael Hankin <mjhankin1@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Michael Hankin <mjhankin1@gmail.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix URL-quoting for resource names containing spaces
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add cpu_rt_period and cpu_rt_runtime in hostconfig with version(1.25), types(int) checks.
Also add version and type checks in dockertype unit test.
Signed-off-by: Tzu-Chiao Yeh <su3g4284zo6y7@gmail.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
drivers used
Signed-off-by: Artem Bolshakov <either.free@gmail.com>
|