Open einarf opened 4 years ago
https://docker-py.readthedocs.io/en/stable/client.html
We can just instantiate the DockerClient with docker.from_env(). This makes it easy for users to configure docker access with or without TLS.
DockerClient
docker.from_env()
DOCKER_HOST DOCKER_TLS_VERIFY DOCKER_CERT_PATH
https://docker-py.readthedocs.io/en/stable/client.html
We can just instantiate the
DockerClient
withdocker.from_env()
. This makes it easy for users to configure docker access with or without TLS.