mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 04:14:38 +00:00
Simplify words and fix format issues
This commit is contained in:
@@ -133,8 +133,6 @@ $ sudo sh get-docker.sh --mirror Aliyun
|
||||
|
||||
### 3.5.4 启动 Docker
|
||||
|
||||
运行以下命令:
|
||||
|
||||
```bash
|
||||
$ sudo systemctl enable docker
|
||||
$ sudo systemctl start docker
|
||||
@@ -160,8 +158,6 @@ $ sudo usermod -aG docker $USER
|
||||
|
||||
### 3.5.6 测试 Docker 是否安装正确
|
||||
|
||||
运行以下命令:
|
||||
|
||||
```bash
|
||||
$ docker run --rm hello-world
|
||||
|
||||
|
||||
Reference in New Issue
Block a user