Skip to content

Commit 5994d12

Browse files
committed
Update README.md
1 parent 1f5e172 commit 5994d12

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,14 @@ You can also visit `https://example.com:9001` to access portainer after starting
141141

142142
#### You could manage docker containers without command line with portainer.
143143

144+
### Show both running and stopped containers
145+
146+
The docker ps command only shows running containers by default. To see all containers, use the -a (or --all) flag:
147+
148+
```
149+
docker ps -a
150+
```
151+
144152
### Starting containers
145153

146154
You can start the containers with the `up` command in daemon mode (by adding `-d` as an argument) or by using the `start` command:
@@ -227,7 +235,7 @@ modify redis cache configuration values in the ```/app/basic/config/app_local.ph
227235

228236
### phpMyAdmin
229237

230-
could add/remove config.inc.php settings (such as Configuration Storage setup) with the various user defined settings in it:
238+
You can add your own custom config.inc.php settings (such as Configuration Storage setup) by creating a file named config.user.inc.php with the various user defined settings in it, and then linking it into the container using:
231239

232240
```
233241
./phpmyadmin/config.user.inc.php

0 commit comments

Comments
 (0)