DEV Community

Discussion on: A beginner’s guide to Docker — how to create your first Docker application

Collapse
 
gaelgthomas profile image
Gaël Thomas • Edited

I'm sorry, I don't have any Ubuntu distribution to try the command.
Can you try with these:

sudo apt-get update

sudo apt install docker.io

I hope it solves your problem!

Collapse
 
bhupesh profile image
Bhupesh Varshney 👾 • Edited

Whoaa! It worked
Thanks man

➜ ~ docker -v
Docker version 18.09.7, build 2d0083d

Is this the correct way to do it (it's deprecated on Docker docs I guess)

Thread Thread
 
gaelgthomas profile image
Gaël Thomas

Great, I just corrected the item with the right order for Ubuntu. Thank you for your feedback!