drupal-vm-docker icon indicating copy to clipboard operation
drupal-vm-docker copied to clipboard

Drupal VM Docker Composer Plugin

Results 3 drupal-vm-docker issues
Sort by recently updated
recently updated
newest added

- How to migrate from vagrant box/config.yml to Docker - Host OS /etc/hosts file doesnot updated after running `docker-composer up` - How can I execute Ansible playbook.yml file inside docker...

I would like to allow a few settings to be configured through a Drupal project's `composer.json` `extras` config, e.g.: ```json "extra": { "drupal-vm-docker": { "container_name": "custom-container-name", "http_port": "80", "https_port": "443",...

At a minimum: - Validate the `composer.json` file. - Can we install the plugin and then verify the `docker-compose.yml` file is created? - Can we install the plugin and then...