-
Notifications
You must be signed in to change notification settings - Fork 834
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
invoke-rc.d: could not determine current runlevel #2702
Comments
Ok so I started again with WSL this time avoiding using Linuxbrew,
Anyone able to offer any insight? Thanks |
Ok, it doesn't seem to be supported by WSL: https://forums.docker.com/t/cant-get-docker-to-start/32314 If one of the contributors could confirm then I'm happy to close this. Many thanks. |
I've found the solution in #2288, putting it here for wanders from Google.
However do make sure the docker service is not running |
This fix works |
Your Windows build number: (Type
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.16299.64]
What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)
Trying to remove
docker.io
so I can install Docker CECurrent status:
Tried all manner of solutions on SO, sorry don't have the links
I tried following along to this: #1761
Still get the same output, I tried to ignore and go to the next step and install the
.deb
file with:But I'm not getting very far
What's wrong / what should be happening instead: remove the program?
Strace of the failing command, if applicable: (If
some_command
is failing, then runstrace -o some_command.strace -f some_command some_args
, and link the contents ofsome_command.strace
in a gist here)I can't work out what this means tried this
strace -o apt.strace -f remove docker.io
but nothing happenendSee our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered: