Rapidly launch Drupal application runtime over MariaDB to develop sites, themes or modules.
You will need Docker running on your machine.
First copy and configure environment variables:
cp template.env .env
With your favorite text editor configure your .env
file.
Start environment with Docker Compose:
docker-compose up
Stop the environment:
docker-compose down
Docker on windows utilizes a local virtual machine for networking, this can make accessing exposed ports difficult. First, start the virtual host then locate the host's IP address:
This project is licensed under the MIT License - see the LICENSE.md file for details