We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello guys. I'm following theese instructions (https://docs.docker.com/engine/installation/linux/ubuntulinux/).
When I run sudo service docker start I receive this message.
sudo service docker start
`initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: No such file or directory
I receive an message error, but a message [OK]. But if I run sudo service docker status I receive this:
sudo service docker status
Is is possible to install docker in WSL?
Thanks for this.
The text was updated successfully, but these errors were encountered:
Being tracked in #85
We are getting a lot of requests for docker. My suggestion would be to head over to our User Voice page and vote on it.
Sorry, something went wrong.
Thanks man!
There is a workaround for Upstart issue here: https://www.nesono.com/node/368
However, /var/log/docker.log shows an error message after starting the daemon:
time="2016-09-08T16:51:50.780638400+00:00" level=fatal msg="can't create unix socket /var/run/docker.sock: listen unix /var/run/docker.sock: setsockopt: invalid argument"
No branches or pull requests
Hello guys.
I'm following theese instructions (https://docs.docker.com/engine/installation/linux/ubuntulinux/).
When I run
sudo service docker start
I receive this message.`initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: No such file or directory
I receive an message error, but a message [OK]. But if I run
sudo service docker status
I receive this:`initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: No such file or directory
Is is possible to install docker in WSL?
Thanks for this.
The text was updated successfully, but these errors were encountered: