Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grummfy/docker-phpmyadmin-adminer
Docker with phpmyadmin and adminer
https://github.com/grummfy/docker-phpmyadmin-adminer
Last synced: about 1 month ago
JSON representation
Docker with phpmyadmin and adminer
- Host: GitHub
- URL: https://github.com/grummfy/docker-phpmyadmin-adminer
- Owner: Grummfy
- Created: 2016-01-08T12:53:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T13:12:38.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T19:23:25.745Z (7 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker with phpmyadmin and adminer
Just a container that have both adminer and phpmyadmin. Adminer support more than mysql, you should try it ;).
This is based on "[corbinu/docker-phpmyadmin](https://hub.docker.com/r/corbinu/docker-phpmyadmin/)" docker
## Start a docker with MySQL
`docker run --name phpmyadmin-mysql -e MYSQL_ROOT_PASSWORD=password -d mysql`
## Start this docker
`docker run -d --link phpmyadmin-mysql:mysql -e MYSQL_USERNAME=root --name phpmyadmin -p 80 grummfy/docker-phpmyadmin-adminer`go to localhost:PORT-OF-DOCKER/adminer.php