bigsea
V2EX  ›  Docker

学习 docker

  •  
  •   bigsea · May 7, 2019 · 5029 views
    This topic created in 2579 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   ·   3091 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 39ms · UTC 03:43 · PVG 11:43 · LAX 20:43 · JFK 23:43
    ♥ Do have faith in what you're doing.