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 8f1897d commit d87fed0Copy full SHA for d87fed0
README.md
@@ -138,6 +138,14 @@ You can also visit `https://example.com:9001` to access portainer after starting
138
139
#### You could manage docker containers without command line with portainer.
140
141
+### Show both running and stopped containers
142
+
143
+The docker ps command only shows running containers by default. To see all containers, use the -a (or --all) flag:
144
145
+```
146
+docker ps -a
147
148
149
### Starting containers
150
151
You can start the containers with the `up` command in daemon mode (by adding `-d` as an argument) or by using the `start` command:
0 commit comments