跳转到帖子

Featured Replies

  • 网站管理

解决方式:正确的是将当前用户加入docker组
解决步骤:

sudo groupadd docker     #添加docker用户组
sudo gpasswd -a $USER docker`    #将登陆用户加入到docker用户组中
newgrp docker     #更新用户组
docker ps    #测试docker命令是否可以使用sudo正常使用
sudo service docker start
sudo systemctl enable docker

Cannot connect to the Docker daemon at unix:///var/run/docker.sock

设置 daemon.json,没有的话创建,位置/etc/docker\daemon.json,设置为国内源

#中科大镜像
{
  "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"]
}

成长就是不断打破并重建三观

  • 查看数 0
  • 已创建
  • 最后回复
游客
回帖…

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.