I showed you how to install Docker on Ubuntu. Installing Docker on CentOS is much simpler, just open Terminal, then run the following command:
1 |
sudo yum install docker |
to install Docker.
After installation is complete, please start Docker up with the following command:
1 |
sudo service docker start |
To test the results, run the following command:
1 |
sudo docker version |
Result: