Ubuntu

作者: panyongde | 来源:发表于2017-11-19 19:05 被阅读0次

curl -sSL https://get.daocloud.io/docker | sh

Solution (from https://docs.docker.com/engine/installation/linux/debian/, does not only work with Debian):

Add the docker group if it doesn't already exist.
sudo groupadd docker

Add the connected user "${USER}" to the docker group.
Change the user name to match your preferred user.
You may have to logout and log back in again for
this to take effect.
sudo gpasswd -a ${USER} docker

Restart the Docker daemon.
sudo service docker restart

相关文章

网友评论

      本文标题:Ubuntu

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