.coveragerc .dockerignore .editorconfig .gitignore .readthedocs.yml CONTRIBUTING.md Dockerfile Dockerfile-docs Jenkinsfile LICENSE MAINTAINERS MANIFEST.in Makefile README.md docs-requirements.txt pyproject.toml pytest.ini requirements.txt setup.cfg setup.py test-requirements.txt tox.ini .github/CODEOWNERS .github/workflows/ci.yml .github/workflows/release.yml docker/__init__.py docker/_version.py docker/auth.py docker/client.py docker/constants.py docker/errors.py docker/tls.py docker/version.py docker.egg-info/PKG-INFO docker.egg-info/SOURCES.txt docker.egg-info/dependency_links.txt docker.egg-info/not-zip-safe docker.egg-info/requires.txt docker.egg-info/top_level.txt docker/api/__init__.py docker/api/build.py docker/api/client.py docker/api/config.py docker/api/container.py docker/api/daemon.py docker/api/exec_api.py docker/api/image.py docker/api/network.py docker/api/plugin.py docker/api/secret.py docker/api/service.py docker/api/swarm.py docker/api/volume.py docker/context/__init__.py docker/context/api.py docker/context/config.py docker/context/context.py docker/credentials/__init__.py docker/credentials/constants.py docker/credentials/errors.py docker/credentials/store.py docker/credentials/utils.py docker/models/__init__.py docker/models/configs.py docker/models/containers.py docker/models/images.py docker/models/networks.py docker/models/nodes.py docker/models/plugins.py docker/models/resource.py docker/models/secrets.py docker/models/services.py docker/models/swarm.py docker/models/volumes.py docker/transport/__init__.py docker/transport/basehttpadapter.py docker/transport/npipeconn.py docker/transport/npipesocket.py docker/transport/sshconn.py docker/transport/ssladapter.py docker/transport/unixconn.py docker/types/__init__.py docker/types/base.py docker/types/containers.py docker/types/daemon.py docker/types/healthcheck.py docker/types/networks.py docker/types/services.py docker/types/swarm.py docker/utils/__init__.py docker/utils/build.py docker/utils/config.py docker/utils/decorators.py docker/utils/fnmatch.py docker/utils/json_stream.py docker/utils/ports.py docker/utils/proxy.py docker/utils/socket.py docker/utils/utils.py docs/api.rst docs/change-log.md docs/client.rst docs/conf.py docs/configs.rst docs/containers.rst docs/favicon_whale.png docs/images.rst docs/index.rst docs/networks.rst docs/nodes.rst docs/plugins.rst docs/secrets.rst docs/services.rst docs/swarm.rst docs/tls.rst docs/volumes.rst docs/_static/custom.css docs/_templates/page.html docs/user_guides/index.rst docs/user_guides/multiplex.rst docs/user_guides/swarm_services.md scripts/release.sh scripts/versions.py tests/Dockerfile tests/Dockerfile-dind-certs tests/Dockerfile-ssh-dind tests/__init__.py tests/helpers.py tests/gpg-keys/ownertrust tests/gpg-keys/secret tests/integration/__init__.py tests/integration/api_build_test.py tests/integration/api_client_test.py tests/integration/api_config_test.py tests/integration/api_container_test.py tests/integration/api_exec_test.py tests/integration/api_healthcheck_test.py tests/integration/api_image_test.py tests/integration/api_network_test.py tests/integration/api_plugin_test.py tests/integration/api_secret_test.py tests/integration/api_service_test.py tests/integration/api_swarm_test.py tests/integration/api_volume_test.py tests/integration/base.py tests/integration/client_test.py tests/integration/conftest.py tests/integration/context_api_test.py tests/integration/errors_test.py tests/integration/models_containers_test.py tests/integration/models_images_test.py tests/integration/models_networks_test.py tests/integration/models_nodes_test.py tests/integration/models_resources_test.py tests/integration/models_services_test.py tests/integration/models_swarm_test.py tests/integration/models_volumes_test.py tests/integration/regression_test.py tests/integration/credentials/__init__.py tests/integration/credentials/create_gpg_key.sh tests/integration/credentials/store_test.py tests/integration/credentials/utils_test.py tests/integration/testdata/dummy-plugin/config.json tests/integration/testdata/dummy-plugin/rootfs/dummy/file.txt tests/ssh/__init__.py tests/ssh/api_build_test.py tests/ssh/base.py tests/ssh/connect_test.py tests/ssh/config/client/id_rsa tests/ssh/config/client/id_rsa.pub tests/ssh/config/server/known_ed25519 tests/ssh/config/server/known_ed25519.pub tests/ssh/config/server/sshd_config tests/ssh/config/server/unknown_ed25519 tests/ssh/config/server/unknown_ed25519.pub tests/unit/__init__.py tests/unit/api_build_test.py tests/unit/api_container_test.py tests/unit/api_exec_test.py tests/unit/api_image_test.py tests/unit/api_network_test.py tests/unit/api_test.py tests/unit/api_volume_test.py tests/unit/auth_test.py tests/unit/client_test.py tests/unit/context_test.py tests/unit/dockertypes_test.py tests/unit/errors_test.py tests/unit/fake_api.py tests/unit/fake_api_client.py tests/unit/fake_stat.py tests/unit/models_containers_test.py tests/unit/models_images_test.py tests/unit/models_networks_test.py tests/unit/models_resources_test.py tests/unit/models_secrets_test.py tests/unit/models_services_test.py tests/unit/sshadapter_test.py tests/unit/ssladapter_test.py tests/unit/swarm_test.py tests/unit/types_containers_test.py tests/unit/utils_build_test.py tests/unit/utils_config_test.py tests/unit/utils_json_stream_test.py tests/unit/utils_proxy_test.py tests/unit/utils_test.py tests/unit/testdata/certs/ca.pem tests/unit/testdata/certs/cert.pem tests/unit/testdata/certs/key.pem