We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c467fc commit ac3469eCopy full SHA for ac3469e
pages/vi/dockertutorial.md
@@ -106,8 +106,6 @@ 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