Created
May 1, 2018 12:05
-
-
Save charlieanstey/4cd73f95933ea4e140881fb04301a41a to your computer and use it in GitHub Desktop.
#PHPMyAdmin on #Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run \ | |
--name myadmin \ | |
--detach \ | |
--restart always \ | |
--link mysql:db \ | |
--publish 8080:80 \ | |
phpmyadmin/phpmyadmin:4.8.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment