Skip to content

Commit ac3469e

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pages/vi/dockertutorial.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ 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
111109
- `docker ps` – show running containers
112110
- `docker ps -a` - show all containers
113111
- `docker logs <container-id> -f` - follow the log output of a container

0 commit comments

Comments
 (0)