美文网首页
Docker学习

Docker学习

作者: 被风扬起的沙 | 来源:发表于2018-09-15 22:55 被阅读8次

    使用 yum 安装

    #安装 Docker
    yum -y install docker
    
    #启动 Docker 后台服务
    service docker start
    
    #测试运行 hello-world,由于本地没有hello-world这个镜像,所以会下载一个hello-world的镜像,并在容器内运行。
    docker run hello-world
    
    

    相关文章

      网友评论

          本文标题:Docker学习

          本文链接:https://www.haomeiwen.com/subject/datxnftx.html