This commit is contained in:
light
2018-09-30 14:43:39 +08:00
parent f117f1bbf2
commit 44cc3f2be5
6 changed files with 46 additions and 8 deletions
+4 -2
View File
@@ -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