docker-py/tests/unit
Stefan Agner 2d74a3bb1a
Extend API with update_container_from_resources
The update container command allows to update quite some properties.
From Docker's Swagger yaml it seems that all properties from the
Resource object are supported. Introduce a new API
update_container_from_resources similar to create_container_from_config
to support all properties supported by the Resources object.

Signed-off-by: Stefan Agner <stefan@agner.ch>
2022-08-06 16:12:07 +02:00
..
testdata/certs Reorganize test directories 2015-10-21 16:02:09 -07:00
__init__.py Reorganize test directories 2015-10-21 16:02:09 -07:00
api_build_test.py Modernize auth management 2018-11-28 19:32:01 -08:00
api_container_test.py api: add platform to container create (#2927) 2022-07-29 13:57:30 -04:00
api_exec_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
api_image_test.py client: use 12 character short IDs (#2862) 2022-07-29 09:06:22 -04:00
api_network_test.py Don't install mock backport 2021-10-11 23:06:12 +03:00
api_test.py client: use 12 character short IDs (#2862) 2022-07-29 09:06:22 -04:00
api_volume_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
auth_test.py lint: fix outstanding flake8 violations 2022-07-26 13:48:47 -04:00
client_test.py Don't install mock backport 2021-10-11 23:06:12 +03:00
context_test.py Specify when to use `tls` on Context constructor 2020-05-28 20:53:45 +02:00
dockertypes_test.py Don't install mock backport 2021-10-11 23:06:12 +03:00
errors_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
fake_api.py client: use 12 character short IDs (#2862) 2022-07-29 09:06:22 -04:00
fake_api_client.py Don't install mock backport 2021-10-11 23:06:12 +03:00
fake_stat.py Reorganize test directories 2015-10-21 16:02:09 -07:00
models_containers_test.py Extend API with update_container_from_resources 2022-08-06 16:12:07 +02:00
models_images_test.py model: add remove() to Image (#3026) 2022-07-29 15:28:16 -04:00
models_networks_test.py Only allow greedy queries on the model 2017-11-21 21:59:11 +00:00
models_resources_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
models_secrets_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
models_services_test.py api: add rollback_config to service create (#2917) 2022-07-29 14:54:55 -04:00
sshadapter_test.py Remove support to pre python 3.6 2021-03-22 10:18:23 -03:00
ssladapter_test.py deps: remove backports.ssl_match_hostname (#3011) 2022-07-27 14:44:50 -04:00
swarm_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
types_containers_test.py Allow user=0 to be passed in create_container 2018-08-02 12:00:55 -07:00
utils_build_test.py lint: fix outstanding flake8 violations 2022-07-26 13:48:47 -04:00
utils_config_test.py Don't install mock backport 2021-10-11 23:06:12 +03:00
utils_json_stream_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
utils_proxy_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
utils_test.py utils: fix IPv6 address w/ port parsing (#3006) 2022-07-26 11:35:44 -04:00