docker安装

  1. curl -fsSL get.docker.com -o get-docker.sh
  2.  sh get-docker.sh
  1. $ sudo systemctl enable docker
  2.  $ sudo systemctl start docker
原文地址:https://www.cnblogs.com/songfahzun/p/10996266.html