1234567891011[root@localhost ~]# groupadd docker[root@localhost ~]# groupsroot[root@localhost ~]# usermod -a -G docker lee[root@localhost ~]# grep docker /etc/groupdockerroot:x:994:docker:x:1001:lee[root@localhost ~]# service docker restartRedirecting to /bin/systemctl restart docker.service[root@localhost ~]# su lee[lee@localhost ~]$ docker images