mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-25 03:05:32 +00:00
Add blank lines before headers
This commit is contained in:
@@ -52,6 +52,7 @@ $ docker run -d -p 8080:80 my-hello-world
|
||||
停止并删除容器:
|
||||
|
||||
```bash
|
||||
|
||||
## 查看正在运行的容器 ID
|
||||
|
||||
$ docker ps
|
||||
|
||||
@@ -71,10 +71,12 @@ Docker 镜像包含了应用运行所需的 **一切**:代码、运行时、
|
||||
- ✅ 新人入职,一条命令就能启动开发环境
|
||||
|
||||
```bash
|
||||
|
||||
## 新同事入职第一天
|
||||
|
||||
$ git clone https://github.com/company/project.git
|
||||
$ docker compose up
|
||||
|
||||
## 完整的开发环境就准备好了
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user