CLI-based images for interacting with Drupal 8 sites
10K+
Images built from this repository are used as bases for working with Drupal 8 sites via the command line. They are roughly equivalent to images such as drush/drush, and intended to be used as companion images to forumone/drupal8. The major differences are listed below:
Neither Drush nor Drupal Console are included. It is expected that users will either install or bind-mount the necessary scripts to use.
/var/www/html/vendor/bin has been added to $PATH to allow easier access to installed dependencies.These images include a small utility, f1-ext-install, to simplify the task of installing common extensions. Here are some examples:
# Install the core SOAP extension
f1-ext-install builtin:soap
# Install memcached from PECL
f1-ext-install pecl:memcached
Currently supported by PHP:
7.47.37.2End-of-life for legacy projects:
7.17.05.6The tags 7 and 5 are available for quick testing when a specific version isn't needed.
This repository is built from forumone/docker-drupal8-cli on GitHub.
Content type
Image
Digest
sha256:d04e64e9c…
Size
46.2 MB
Last updated
over 3 years ago
docker pull forumone/drupal8-cli