Skip to content

Instantly share code, notes, and snippets.

@bylatt
Created January 3, 2016 13:24
Show Gist options
  • Select an option

  • Save bylatt/c9c37640b2d6a76d7a06 to your computer and use it in GitHub Desktop.

Select an option

Save bylatt/c9c37640b2d6a76d7a06 to your computer and use it in GitHub Desktop.
Quickly start wordpress site with docker
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