Back
How do I install docker on ubuntu 16.04?
This is simple process, just type in the commands below in the given order:
$ sudo su$ apt-get update$ apt-get install -y docker.io
$ sudo su
$ apt-get update
$ apt-get install -y docker.io
Hope that helped :)
Anyhow docker can be tough, learn it with trainers in docker training course.
31k questions
32.8k answers
501 comments
693 users