Browse Source

Update Assignment2.md

wangyu
陆雪松 3 years ago
parent
commit
d9d4d27b0d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Assignment2.md

+ 1
- 1
Assignment2.md View File

@ -77,7 +77,7 @@ $ yum install -y https://download.docker.com/linux/centos/7/x86_64/stable/Packag
#### 按照提示将自己的用户加入docker的用户组(root 用户无需操作)
```bash
$ sudo usermod -aG docker your-user
$ sudo usermod -aG docker yourusername
```
#### 基本的docker启动与查看状态命令如下

Loading…
Cancel
Save