V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
bigsea
V2EX  ›  Docker

学习 docker

  •  
  •   bigsea · May 7, 2019 · 4974 views
    This topic created in 2558 days ago, the information mentioned may be changed or developed.

    刚学 docker 跟着官方文档操作的

    docker run hello-world docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'.

    systemctl start docker Failed to get D-Bus connection: Operation not permitted

    2 replies    2019-05-07 17:44:21 +08:00
    hui314
        1
    hui314  
       May 7, 2019
    用户权限
    Leszeu
        2
    Leszeu  
       May 7, 2019
    添加用户到 docker 用户组
    # $USER 为你的系统用户名
    sudo usermod -aG docker $USER
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   982 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 22:12 · PVG 06:12 · LAX 15:12 · JFK 18:12
    ♥ Do have faith in what you're doing.