-->

Thursday, April 21, 2016

Docker Installation

We are going to install the Docker on the Ubuntu machine which we already created  in our previous posts using the Vagrant, check it out here.

You need to have sudo privileges on the machine to install Docker. We are simply installing the docker using the root in our example. You can do the same or use sudo to achieve the same.

Make sure you are running kernel version 3.10 or higher while running Docker because it gives better performance and support kernel spaces and that kind of stuff.


For installing the docker on ubuntu we are going to use the apt-get and run the following command.

 apt-get install docker.io  


That's it docker installation is complete.

You can check if the docker service is running on the ubuntu machine or not as follows



0 comments:

Post a Comment