Sign inSign up

camillebaronnet/phpmyadmin

By camillebaronnet

Updated almost 11 years ago

Image
1

370

camillebaronnet/phpmyadmin repository overview

PHPMyAdmin

PHPMyAdmin ready to work

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

  • VERSION : You can change the version of PHPMyAdmin for an older version or a newer version
  • DB_SERVER : Useless, but you can use another database server name

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

Tag summary

Content type

Image

Digest

sha256:323f676bf

Size

83.9 MB

Last updated

almost 11 years ago

docker pull camillebaronnet/phpmyadmin