• 周四. 10 月 3rd, 2024

5G编程聚合网

5G时代下一个聚合的编程学习网

热门标签

Installation of docker on Linux

King Wang

1 月 3, 2022

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

 

 

 

 

 

发表回复