Skip to content

Commit e2850f6

Browse files
JLKwongJLKwong
JLKwong
authored and
JLKwong
committed
evert "Revert "Add Docker commands to tutorial (fixes treehouses#792)""
This reverts commit ac3469e.
1 parent ac3469e commit e2850f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/vi/dockertutorial.md

Lines changed: 2 additions & 0 deletions
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)