This is a development environment for WordPress using Docker and Vagrant
scripts | ||
src | ||
.gitattributes | ||
.gitignore | ||
compose-dev.yml | ||
compose-prod.yml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
Vagrantfile |
docker-vagrantpress
This a wordpress development environment which uses Docker inside a Vagrant VM.
I have created this mainly to see how Docker works and to try and get something faster than my current Vagrant + Puppet setup
Prerequisites
Getting started
- Clone the project. (There’s only master branch.)
- Run
vagrant plugin install vagrant-hostsupdater
from command line - Run
vagrant plugin install vagrant-docker-compose
from command line - Run the command
vagrant up
from the directory - Open your browser to http://www.docker.dev and go through the WordPress installation wizard
A src folder will be created by docker which contains a plugins and themes folder which can be used for development.