1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
--------

1. install docker

```shell
   13  curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
   14  vim /etc/docker/daemon.json
   15  /etc/init.d/docker reload
   16  docker ps
   17  mkdir /opt/rancher
   18  docker run -d --restart=unless-stopped   -p 80:80 -p 443:443   -v /opt/rancher:/var/lib/rancher   rancher/rancher:latest