How to install Docker in Ubuntu on WSL

preview_player
Показать описание
How to install Docker in Ubuntu on WSL

(My Channel)

(Narration & Reference)
Рекомендации по теме
Комментарии
Автор

Not working :/

sudo service docker start
docker: unrecognized service

Zaq
Автор

I had a problem:

docker: Cannot connect to the Docker daemon at tcp://0.0.0.0:2375. Is the docker daemon running?. See 'docker run --help'.

danilosouza-dev
Автор

I am getting error "cannot connect to the docker daemon, Is the docker daemon running? ".

arjunyadavmattalpalli
Автор

For anyone using zsh you need to echo and source .zshrc file instead of .bashrc, it should be in the same location

WannaSeeWhatYouGot
Автор

if I could not run docker in my windows 10 home, does that mean i could also not use WSL ubuntu docker? windows home is really a pain.

developerstutorial
Автор

Omfg, why did you create a video? Just make a blog post! Or do you think that rewriting commands from video is effective?

stepanpernica
Автор

For anyone using zsh you need to echo and source .zshrc file instead of .bashrc, it should be in the same location

WannaSeeWhatYouGot