update
This commit is contained in:
+4
-2
@@ -36,10 +36,12 @@ sudo systemctl restart docker
|
||||
|
||||
``` bash
|
||||
docker login registry.cn-hangzhou.aliyuncs.com
|
||||
## not to type sudo
|
||||
|
||||
## not to type sudo
|
||||
|
||||
``` bash
|
||||
cat /ect/group
|
||||
|
||||
cat /etc/group
|
||||
# if docker grouo not exist , then run this command: sudo groupadd docker
|
||||
|
||||
sudo gpasswd -a ${USER} docker
|
||||
|
||||
Reference in New Issue
Block a user