Skip to content

Commit

Permalink
evert "Revert "Add Docker commands to tutorial (fixes treehouses#792)""
Browse files Browse the repository at this point in the history
This reverts commit ac3469e.
  • Loading branch information
JLKwong authored and JLKwong committed Feb 9, 2021
1 parent ac3469e commit e2850f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/vi/dockertutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ Please read about [Docker concepts](https://docs.docker.com/get-started/#docker-

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

- `docker start <container-id>` – start one or multiple stopped containers
- `docker stop <container-id>` - stop one or multiple running containers
- `docker ps` – show running containers
- `docker ps -a` - show all containers
- `docker logs <container-id> -f` - follow the log output of a container
Expand Down

0 comments on commit e2850f6

Please sign in to comment.