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.InitDocker does nothing if Docker client was previously initialised
All DockerClient methods which rely on an initialised Docker client now run InitDocker. As a result, a few DockerClient methods now have the possibilities of returning errors: ContainerExists, ImageExists
Auto-detects whether host process is a terminal, and uses that to automatically decide whether to run container non-interactive
If running non-interactive, disable TTY on container