sudo yum update 更新系统环境 curl -sSL https://get.docker.com/ | sh 安装最新docker版本 systemctl start docker.service 启动DOCKERsystemctl enable docker.service 开机自启动DOCKERdocker version 查看docker版本docker info 查看DOCKER信息sudo service docker status 查看DOCKER状态 docker e
官网 http://docs.rancher.com/rancher/latest/en/quick-start-guide/#add-hosts 安装步骤: 1 Start up a Linux machine somewhere and install the latest version of Docker on it. 2 Make sure any security groups or firewalls allow traffic: From and To all other hos