mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 10:04:03 +00:00
Improve logs around running docker (#2261)
This commit is contained in:
@@ -29,7 +29,7 @@ def http_client() -> requests.Session:
|
||||
def docker_client() -> docker.DockerClient:
|
||||
"""Docker client configured based on the host environment"""
|
||||
client = docker.from_env()
|
||||
LOGGER.info(f"Docker client created: {client.version()}")
|
||||
LOGGER.debug(f"Docker client created: {client.version()}")
|
||||
return client
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user