{"id":23043351,"url":"https://github.com/theodorosploumis/drush-plugins","last_synced_at":"2026-04-30T10:34:25.317Z","repository":{"id":151061736,"uuid":"91478886","full_name":"theodorosploumis/drush-plugins","owner":"theodorosploumis","description":"A docker image with LAMP, Drupal 8.x, drush and drush plugins used as a drush playground.","archived":false,"fork":false,"pushed_at":"2021-10-15T20:58:28.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T15:46:24.377Z","etag":null,"topics":["docker","drupal","drush","drush-commands","playground"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theodorosploumis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-16T16:13:51.000Z","updated_at":"2021-10-15T20:58:31.000Z","dependencies_parsed_at":"2023-04-14T07:18:27.862Z","dependency_job_id":null,"html_url":"https://github.com/theodorosploumis/drush-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorosploumis%2Fdrush-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorosploumis%2Fdrush-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorosploumis%2Fdrush-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorosploumis%2Fdrush-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theodorosploumis","download_url":"https://codeload.github.com/theodorosploumis/drush-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246920010,"owners_count":20855085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","drupal","drush","drush-commands","playground"],"created_at":"2024-12-15T20:47:15.805Z","updated_at":"2026-04-30T10:34:20.275Z","avatar_url":"https://github.com/theodorosploumis.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drush plugins in Docker\nA docker image with LAMP, Drupal 8.x, latest drush and drush plugins used as a drush playground.\n\n[![](https://img.shields.io/docker/pulls/tplcom/drush-plugins.svg)](https://hub.docker.com/r/tplcom/drush-plugins)\n\n## Software\n\n- LAMP\n- Adminer\n- git\n- composer\n- supervisor\n- vim tiny\n- openssh\n- drupal 8.x (latest stable, installed on runtime)\n- drush\n- \"several\" drush plugins\n\n## Usage\n\n```\n# Start docker container\n# (will install Drupal on \u003cDOCKER_IP\u003e:8088 with admin/admin credentials)\ndocker run -ti -p 8088:80 --name drush_plugins tplcom/drush-plugins:latest\n\n# Execute bash into the container\ndocker exec -ti drush_plugins bash\n\n# Play with the drush plugins inside the container\nroot@04246cc32d64:/var/www/html# drush\n```\n\nFor more details see the docker [base image instructions](https://hub.docker.com/r/ricardoamaro/drupal8/).\n\n## Drush plugins included\n- [cerbere](https://github.com/smalot/drush-cerbere)\n- [check](https://www.drupal.org/project/check)\n- [composer](https://www.drupal.org/project/composer)\n- [config-extra](https://github.com/drush-ops/config-extra)\n- [deployotron](https://github.com/reload/deployotron)\n- [destination_alter](https://www.drupal.org/project/destination_alter)\n- [dev_modules](https://www.drupal.org/project/dev_modules)\n- [extension-configuration](https://github.com/Chi-teck/extension-configuration)\n- [drush_cmi_tools](https://github.com/previousnext/drush_cmi_tools)\n- [drush_entity](https://www.drupal.org/project/drush_entity)\n- [drush-filesync](https://github.com/gapple/drush-filesync)\n- [drush_get](https://github.com/dman-coders/drush_get)\n- [drush_hosts](https://www.drupal.org/project/drush_hosts)\n- [drush_iq](https://www.drupal.org/project/drush_iq)\n- [drush-module-sync](https://github.com/droath/drush-module-sync)\n- [drush_msync](https://github.com/clever-systems/drush_msync)\n- [drush-multi-processing](https://github.com/johnennewdeeson/drush-multi-processing)\n- [drush_patch_upload](https://www.drupal.org/sandbox/mbovan/2848528)\n- [drush-patchfile](https://bitbucket.org/davereid/drush-patchfile)\n- [drush_rest_api](https://www.drupal.org/project/drush_rest_api)\n- [drush-scm](https://github.com/blauerberg/drush-scm)\n- [drush-shell-aliases](https://github.com/ModulesUnraveled/Drush-Shell-Aliases)\n- [drush_shrinkdb](https://www.drupal.org/project/drush_shrinkdb)\n- [drush-snif](https://github.com/mcdruid/drush-snif)\n- [drush_sql_sync_pipe](https://www.drupal.org/project/drush_sql_sync_pipe)\n- [drush_switch](https://www.drupal.org/sandbox/adubovskoy/2841348)\n- [drush_taxonomyinfo](https://www.drupal.org/project/drush_taxonomyinfo)\n- [drush_typeinfo](https://www.drupal.org/project/drush_typeinfo)\n- [dslm](https://www.drupal.org/project/dslm)\n- [extra_siteinfo](https://www.drupal.org/project/extra_siteinfo)\n- [file_permissions](https://www.drupal.org/project/file_permissions)\n- [grn](https://www.drupal.org/project/grn)\n- [prod_check](https://www.drupal.org/project/prod_check)\n- [puppet_drush](https://www.drupal.org/project/puppet_drush)\n- [sar](https://github.com/larowlan/sar)\n- [settingsphp](https://www.drupal.org/project/settingsphp)\n- [site_audit](https://www.drupal.org/project/site_audit)\n- [syncdbc](https://github.com/juampynr/syncdb)\n\nSee the [Dockerfile](https://github.com/theodorosploumis/drush-plugins/blob/master/Dockerfile) for more info.\n\n## New Plugins\n\nOpen an [issue](https://github.com/theodorosploumis/drush-plugins/issues/new) to propose adding a new drush plugin.\n\n## Resources\n\nDocker image is based on [ricardoamaro/drupal8](https://hub.docker.com/r/ricardoamaro/drupal8/) image.\n\n## License\n\n[GNU GPL v2](https://github.com/theodorosploumis/drush-plugins/blob/master/LICENSE)\n\nDrupal is a [registered trademark](http://drupal.com/trademark) of [Dries Buytaert](http://buytaert.net/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodorosploumis%2Fdrush-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheodorosploumis%2Fdrush-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodorosploumis%2Fdrush-plugins/lists"}