diff options
Diffstat (limited to 'Applications/phpmyadmin/README.md')
-rw-r--r-- | Applications/phpmyadmin/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Applications/phpmyadmin/README.md b/Applications/phpmyadmin/README.md index c0796f8..32d2071 100644 --- a/Applications/phpmyadmin/README.md +++ b/Applications/phpmyadmin/README.md @@ -21,8 +21,11 @@ Build the container docker run -d -p 80:80 --name="pma" startx/app-pma ## Accessing server +access to the running webserver + firefox http://localhost:80/pma - firefox http://localhost/pma +access to the container itself + docker exec -it pma bash ## Related Resources * [Sources files](https://github.com/startxfr/docker-images/tree/master/Applications/phpmyadmin) |