-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerlaunch socket stuck after docker dies #1
Comments
In the glossia-server-side directory, try the following:
then go for ./start-local.sh |
I get the following error, after executing the above commands. For the first command: ERROR: Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running? If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable. |
Oh, sorry, you need to be root or using sudo. If you want, you could do it:
Should return 1.18 or 1.21, or similar - put that in literally at [VER] below.
|
I tried |
If you now stop docker ( |
Thank you. It worked |
OK, great - I'll leave this issue open, as we need to find a way of avoiding this in the first place... |
The dockerlaunch socket is recreated as a root-owned volume on docker restart if the docker daemon is unexpectedly killed
The text was updated successfully, but these errors were encountered: