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
socket: try removing is socket-location is a directory
Due to race-conditions between containers starting and the Docker
remote API being up, containers bind-mounting the docker-socket may
cause the socket-path to be created as a directory.
This patch will attempt to remove the directory in such situations.
Removing will fail if the directory is not empty.
Signed-off-by: Sebastiaan van Stijn <[email protected]>
0 commit comments