December 2017
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031

Categories

December 2017
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031

Docker centos7

Introduction

In previous posts we have seen the installation and working of Docker. This post will explain the installation of the Docker Community Edition (CE) on CentOS. If you are looking for the Ubuntu installation you should check our this post.

 

Step 1 | Remove Old Versions $ sudo yum remove docker docker-common docker-selinux […]