美文网首页
ubuntu安装docker

ubuntu安装docker

作者: 文茶君 | 来源:发表于2022-04-19 13:45 被阅读0次

    卸载docker

     sudo apt-get remove docker \
                   docker-engine \
                   docker.io
    
    

    脚本安装docker

    # $ curl -fsSL test.docker.com -o get-docker.sh
    $ curl -fsSL get.docker.com -o get-docker.sh
    $ sudo sh get-docker.sh --mirror Aliyun
    # $ sudo sh get-docker.sh --mirror AzureChinaCloud
    

    相关文章

      网友评论

          本文标题:ubuntu安装docker

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