Skip to content

Commit

Permalink
Revert "Add Docker commands to tutorial (fixes treehouses#792)"
Browse files Browse the repository at this point in the history
This reverts commit 4c467fc.
  • Loading branch information
JLKwong authored and JLKwong committed Feb 5, 2021
1 parent 4c467fc commit ac3469e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/vi/dockertutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ 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 ac3469e

Please sign in to comment.