Created
January 3, 2016 13:24
-
-
Save bylatt/c9c37640b2d6a76d7a06 to your computer and use it in GitHub Desktop.
Quickly start wordpress site with 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 mysql -e MYSQL_ROOT_PASSWORD=1234 -d mysql | |
| docker run --name wordpress --link mysql:mysql -p 80:80 -d wordpress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment