Personal blog address :http://alexaccele.github.io/
1、 Check the kernel version , Must be 3.10 And above
Use command uname ‐r
2、 install docker
yum install docker
3、 Input y Confirm installation
4、 start-up docker
systemctl start docker
systemctl stop docker It can be turned off docker
5、 see docker edition
docker ‐v
6、 Set boot up docker
systemctl enable docker