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
I get this error:
Failed to create stress-ng container: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /var/run/docker.sock
Hello Everyone,
Iam trying to start an io stress from this command line:
I get this error:
Failed to create stress-ng container: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /var/run/docker.sock
From this line, the source socket is hardcoded:
https://github.com/alexei-led/pumba/blob/master/pkg/container/client.go#L677
Should it not use the DOCKER_HOST env variable or the --host command line arguments ?
Or I missed a configuration ?
Thanks for the help
Best regards
The text was updated successfully, but these errors were encountered: