Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in DevOps and Agile by (2.3k points)

How do I install docker on ubuntu 16.04?

1 Answer

0 votes
by (6.9k points)

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

Hope that helped :)


Anyhow docker can be tough, learn it with trainers in docker training course.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Apr 1, 2020 in DevOps and Agile by chandra (29.3k points)

Browse Categories

...