tobybellwood / drupal-docker-distros

A saas to create drupal websites in seconds using docker containers.

Home Page:https://distros.bid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal docker distributions

Docker Stars Docker Build Status Drupal

About

A list of Docker containers running several popular Drupal 8.x and 7.x distributions within LAMP stack.

Try online

Go to distros.bid.

Distributions available

See the docker tags at hub.docker.com/r/drupal8/distros/tags.

Name Dockerfile Tag Drupal version
Latest images/latest latest -
aGov images/agov agov 8.x-1.3
Bear images/bear bear 8.x-2.0-alpha3
Bene images/bene bene 8.x
Brainstorm images/brainstorm_profile brainstorm 8.x-1.0-beta2
Conference Organizing images/cod cod 7.x-2.0-rc3
Commerce Kickstart images/commerce_kickstart commercekickstart 7.x-2.50
Demo Framework images/df df 8.2.0-rc
Drupal 7.57 images/drupal-7.57 drupal-7.57 7.57
Drupal 8.4.5 images/drupal-8.4.5 drupal-8.4.5 8.4.5
Drupal 8.5.0-rc1 images/drupal-8.5.0-rc1 drupal-8.5.0-rc1 8.5.0-rc1
Drupal Umami 8.5.0-rc1 images/drupal-8.5.0-rc1-umami drupal-8.5.0-rc1-umami 8.5.0-rc1
Drupal Commons images/commons commons 7.x-3.46
Druppio images/druppio_... druppio 8.x-1.14
govCMS images/govcms govcms 7.x-2.14
Lightning images/lightning lightning 8.x-2.2.0
Multipurpose Corporate images/multipurpose_... multipurposecorporate 8.x-1.0-beta4
OpenAtrium images/openatrium openatrium 7.x-2.618
OpenChurch images/openchurch openchurch 8.x-2.0-rc11
Open Door images/open_door opendoor 8.x-1.0-beta2
Open Outreach images/openoutreach openoutreach 7.x-1.43
OpenRestaurant images/openrestaurant openrestaurant 8.x-1.0-beta2
Open Social images/social social 8.x-1.5
Panopoly images/panopoly panopoly 8.x-2.0-alpha7
Presto images/presto presto 8.x-2.0-beta3
Seeds images/seeds seeds 8.x-4.1
Thunder images/thunder thunder 8.x-2.9
Varbase images/varbase varbase 8.x-4.10
Vardoc images/vardoc vardoc 8.x-1.0-rc2
Web Experience Toolkit images/wxt wxt 8.x-2.0-rc3

Software per docker image

Software Version
adminer 4.3.1
apache2 2.4.18
composer 1.5.2
curl 7.47.0
drush 8.1.15
git 2.7.4
mysql 5.7.20
php 7.0
vi 7.4
wget 1.17.1

Usage

Each Drupal distribution refers to a specific docker image tag. Currently only 1 version is supported for each distribution and there no version specific tags (eg there is "drupal" but not "drupal-8.4.2" tag). Notice that most images are of 1 - 2GB size so be patient while pulling.

# Let's try lightning distribution

docker run -d -p 8066:80 --name lightning drupal8/distros:lightning

Open Drupal user login page at http://localhost:8066/user/login

  • User: admin
  • Pass: admin

Open Adminer page at http://localhost:8066/adminer.php

  • DB username: drupal
  • DB name: drupal
  • DB password: drupal

Open Terminal emulator at http://localhost:8066/terminal.php

  • User: www-data
  • Password: password

Notice that www-data user has only access to the web folder and no sudo exists.

License

license

About

A saas to create drupal websites in seconds using docker containers.

https://distros.bid

License:GNU General Public License v2.0


Languages

Language:PHP 94.7%Language:Shell 4.1%Language:CSS 1.2%