##Reference
- https://github.com/CenturyLinkLabs/ctlc-docker-wordpress
- https://github.com/nikolaplejic/docker.hhvm
- https://github.com/eugeneware/docker-wordpress-nginx
- https://github.com/tutumcloud/tutum-docker-wordpress-nosql
##How to use
docker run -d --name db_1 -e "MYSQL_DATABASE=wordpress" -e "MYSQL_ROOT_PASSWORD=coscup_z>b" -p 3306:3306 ctlc/mysql
docker run -d --name web_1 --link db_1:db_1 -e "DB_USER=root" -e "DB_PASSWORD=coscup_z>b" -p :80 philipz/nginx-hhvm-wordpress