Skip to content

Commit 4c467fc

Browse files
JLKwongJLKwong
JLKwong
authored and
JLKwong
committed
Add Docker commands to tutorial (fixes #792)
1 parent 3082bc3 commit 4c467fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/vi/dockertutorial.md

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Please read about [Docker concepts](https://docs.docker.com/get-started/#docker-
106106

107107
A few common Docker CLI commands you might need for working with `treehouses` are:
108108

109+
- `docker start <container-id>` – start one or multiple stopped containers
110+
- `docker stop <container-id>` - stop one or multiple running containers
109111
- `docker ps` – show running containers
110112
- `docker ps -a` - show all containers
111113
- `docker logs <container-id> -f` - follow the log output of a container

0 commit comments

Comments
 (0)