This image is based on "camillebaronnet/apache-php" image and include the last PHPMyAdmin version ( 4.2.12 ).
#Get started
1/ From the official image of MySQL launched :
docker run -d --name somemysql -e MYSQL_ROOT_PASSWORD=mypassword mysql
2/ Linked with your PhpMyAdmin like this :
docker run -d -p 8080:80 --link somemysql:mysql camillebaronnet/phpmyadmin
And try : http://localhost:8080
##Environment variable
Example of an advanced launch
docker run -d -p 8080:80 --link somemysql:mydb -e DB_SERVER=mydb VERSION=4.0.10.6 camillebaronnet/phpmyadmin
Content type
Image
Digest
sha256:323f676bf…
Size
83.9 MB
Last updated
almost 11 years ago
docker pull camillebaronnet/phpmyadmin