An example of a WordPress development environment created using Docker running inside Vagrant.
-
Vagrantfileloads the Vagrant virtual environment defined invendor/wpsh/local/Vagrantfile. -
docker-compose.yamldefines the development environment -- mounts theplugindirectory to/var/www/html/wp-content/plugins/plugininside the Docker container.
Use vagrant up to start the environment which will be available at wpsh-local.local.