11
,latest
(Dockerfile)10
(Dockerfile)9
(Dockerfile)contentacms
(Dockerfile)thunder
(Dockerfile)varbase
(Dockerfile)govcms
(Dockerfile)7
(Dockerfile)
This image is updated via pull requests to the INsReady/docker-drupal-dev
GitHub repo.
The official Drupal Docker library is optimized for production. Therefore, it doesn't have any developers tools built-in. This image is directly dependent on the official library, and adds a list of tools that necessary for Drupal development. Developers shall use this image for development, and use the official library for production. There should be zero difference in how Drupal works between these two images.
- Git
- MariaDB Client
- wget
- nano
- Composer
- Xdebug (Remote debugging enabled as default)
- phpredis
- mhsendmail (for Mailhog)
- gpg
See the supported tags above. Please use the respective Docker tags to download the Drupal distribution below:
- Contenta CMS
- Thunder
- Varbase
- govCMS
- Drupal Commerce has its own dedicated docker image.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.