We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3082bc3 commit 4c467fcCopy full SHA for 4c467fc
pages/vi/dockertutorial.md
@@ -106,6 +106,8 @@ Please read about [Docker concepts](https://docs.docker.com/get-started/#docker-
106
107
A few common Docker CLI commands you might need for working with `treehouses` are:
108
109
+- `docker start <container-id>` – start one or multiple stopped containers
110
+- `docker stop <container-id>` - stop one or multiple running containers
111
- `docker ps` – show running containers
112
- `docker ps -a` - show all containers
113
- `docker logs <container-id> -f` - follow the log output of a container
0 commit comments