You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DockerClient creates a http client with a connection pool. DockerClient should probably implement Closeable or preferrably AutoCloseable and have that method destroy the client.