I was able to get Ubuntu on my new mini pc through wsl and I got through most of Umbrel download until I got to the dockers. It says it cannot connect to dockers. “Is docker daemon running?.” Any ideas on how to fix this? I tried “sudo service docker start” and it started a docker I guess, but when I tried to start Umbrel again, it gave me the same docker error.
Discussion
can you run after starting the docker service:
docker run ubuntu:20.04
What does that look like? Like this?
Sudo service docker start | umbrel/scripts/start
Okay just run:
docker run
and tell me what output you get
Unfortunately I had to put it away to go to a tuning. I’ll try this later and get back to you. Thanks!
“docker run” requires at least 1 argument.
See ‘docker run —help’.
Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG…]
Create and run a new container from an image
