docker之不加sudo解决方法

两条命令解决

sudo groupadd -g 999 docker
sudo usermod -aG docker 当前用户名

猜你喜欢

转载自blog.csdn.net/weixin_43377336/article/details/87212444