Construction of docker virtualization platform

  • Installation epel-release extended package

  1 yum install epel-release -y 

  • Installation docker

  1 yum install docker-ce

  • Start docker

1 systemctl start docker

  • View docker
  1 docker version

image

Guess you like

Origin www.cnblogs.com/llinux/p/11403008.html