Skip to content

Commit 16f738c

Browse files
authored
update vi-docker-tutorial.md (#3580)
1 parent 42c75f8 commit 16f738c

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
38 KB
Loading
39.1 KB
Loading

pages/vi/vi-docker-tutorial.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,16 @@ Example: planet.sh up Start up the planet services for the first time in t
173173
planet.sh restart Restart planet services.
174174
planet.sh down Stop planet services and remove containers, networks, volumes, and images created.
175175
```
176+
You can check the status of docker containers as follow:
177+
```plaintext
178+
Usage: bash planet.sh start
179+
```
180+
![Screenshot showing the containers are started](images/vi-docker-container-start.png)
181+
182+
```plaintext
183+
Usage: bash planet.sh stop
184+
```
185+
![Screenshot showing the containers are stopped](images/vi-docker-container-stop.png)
176186

177187
We suggest referring to the [Docker CLI reference](https://docs.docker.com/engine/reference/commandline/cli/) and the [Docker Compose CLI reference](https://docs.docker.com/compose/reference/) to learn more about their commands and usage.
178188

0 commit comments

Comments
 (0)