docker避免每次都要输入sudo

mac2022-06-30  68

ubuntu安装docker

https://blog.csdn.net/weixin_41595062/article/details/82016426

只要把该用户加入docker组即可

wei@ubuntu:/$ sudo groupadd docker groupadd: group 'docker' already exists wei@ubuntu:/$ sudo usermod -aG docker wei wei@ubuntu:/$ sudo service docker restart docker stop/waiting docker start/running, process 9530 wei@ubuntu:/$ newgrp - docker wei@ubuntu:~$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE

 

最新回复(0)