Skip to content

Commit 5580ef4

Browse files
committed
Update README.md
1 parent d606002 commit 5580ef4

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:
@@ -235,7 +243,7 @@ $config['timeout'] = 0;
235243

236244
### phpMyAdmin
237245

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

240248
```
241249
./phpmyadmin/config.user.inc.php

0 commit comments

Comments
 (0)