Skip to content

A docker image with LAMP, Drupal 8.x, drush and drush plugins used as a drush playground.

License

Notifications You must be signed in to change notification settings

theodorosploumis/drush-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Drush plugins in Docker

A docker image with LAMP, Drupal 8.x, latest drush and drush plugins used as a drush playground.

Software

  • LAMP
  • Adminer
  • git
  • composer
  • supervisor
  • vim tiny
  • openssh
  • drupal 8.x (latest stable, installed on runtime)
  • drush
  • "several" drush plugins

Usage

# Start docker container
# (will install Drupal on <DOCKER_IP>:8088 with admin/admin credentials)
docker run -ti -p 8088:80 --name drush_plugins tplcom/drush-plugins:latest

# Execute bash into the container
docker exec -ti drush_plugins bash

# Play with the drush plugins inside the container
root@04246cc32d64:/var/www/html# drush

For more details see the docker base image instructions.

Drush plugins included

See the Dockerfile for more info.

New Plugins

Open an issue to propose adding a new drush plugin.

Resources

Docker image is based on ricardoamaro/drupal8 image.

License

GNU GPL v2

Drupal is a registered trademark of Dries Buytaert.

About

A docker image with LAMP, Drupal 8.x, drush and drush plugins used as a drush playground.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published