Docker server installed on Liunx

 

lab environment

  1. A Liunx, I'm here is Ali cloud centos7.4

  2. Extranet


     

Excuting an order

  • yum install docker
    //使用yum安装docker,需要y的时候直接y就可以或者用命令yum -y install docker

  • rpm -qa | grep docker
    //查看docker是否安装成功

  • systemctl start docker
    //没有报错说明启动成功

    These are the installation method of docker. If we have to understand docker, can refer to my other articles, into a docker door is still possible.

Released three original articles · won praise 2 · Views 121

Guess you like

Origin blog.csdn.net/weixin_42431676/article/details/105291832