美文网首页
linux debian docker 安装

linux debian docker 安装

作者: hustyanye | 来源:发表于2018-06-25 16:59 被阅读0次

    参考 https://docs.docker.com/install/linux/docker-ce/debian/#set-up-the-repository

    1. 安装必要软件:

    apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common

    2. 添加apt-get 源 

    curl-fsSLhttps://download.docker.com/linux/debian/gpg |sudo apt-key add -

    apt-key fingerprint 0EBFCD88

    add-apt-repository\"deb [arch=amd64] https://download.docker.com/linux/debian \ $(lsb_release-cs) \ stable"

    3. 安装

    apt-get update

    apt-get install docker-ce

    相关文章

      网友评论

          本文标题:linux debian docker 安装

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