Skip to content

Commit 5303932

Browse files
committed
Update README.md
1 parent 22d320e commit 5303932

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
@@ -140,6 +140,14 @@ You can also visit `https://example.com:9001` to access portainer after starting
140140

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

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

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

227235
### phpMyAdmin
228236

229-
could add/remove config.inc.php settings (such as Configuration Storage setup) with the various user defined settings in it:
237+
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:
230238

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

0 commit comments

Comments
 (0)