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