All Projects → theodorosploumis → distros.bid

theodorosploumis / distros.bid

Licence: GPL-2.0 license
A saas to create drupal websites in seconds using docker containers.

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
Dockerfile
14818 projects
CSS
56736 projects

Projects that are alternatives of or similar to distros.bid

varbase
Built using Drupal 8/9, an enterprise website builder platform that combines powerful editorial features, mobile, lead-generation, SEO, social media integration, and beautiful bespoke designs. Varbase is packed with adaptive functionalities and essential modules.
Stars: ✭ 75 (+368.75%)
Mutual labels:  drupal, drupal-8, drupal-distribution
fractal-twig-drupal-adapter
Twig template adapter for Fractal with Drupal 8 directives.
Stars: ✭ 13 (-18.75%)
Mutual labels:  drupal, drupal-8
DrupalTwigFood
Useful functions, filters for twig @ Drupal 8
Stars: ✭ 1 (-93.75%)
Mutual labels:  drupal, drupal-8
apigee-api-catalog-drupal
Manage your API catalog within Drupal's content management approach
Stars: ✭ 17 (+6.25%)
Mutual labels:  drupal, drupal-8
gatsby-drupal-kit
A Gatsby V2 starter kit designed to work with a new Drupal 8 site.
Stars: ✭ 23 (+43.75%)
Mutual labels:  drupal, drupal-8
dkan2
Deprecated: please use the 2.x branch of the dkan repo
Stars: ✭ 17 (+6.25%)
Mutual labels:  drupal, drupal-8
docker-php7
Docker image tailed to run PHP application
Stars: ✭ 18 (+12.5%)
Mutual labels:  drupal, docker-images
drupal8-employee-crud-module
No description or website provided.
Stars: ✭ 16 (+0%)
Mutual labels:  drupal, drupal-8
DrupalDriver
A collection of drivers for controlling Drupal.
Stars: ✭ 64 (+300%)
Mutual labels:  drupal, drupal-8
apigee-devportal-kickstart-drupal
A fast demo and starting point for Apigee Developer Portals for Drupal
Stars: ✭ 21 (+31.25%)
Mutual labels:  drupal, drupal-8
drupal-react-image-gallery
Drupal 8 module that provides a dynamic Image Gallery based on the react-image-gallery component.
Stars: ✭ 13 (-18.75%)
Mutual labels:  drupal, drupal-8
campaign
Comic Relief Campaign Distribution in Drupal 8
Stars: ✭ 22 (+37.5%)
Mutual labels:  drupal, drupal8
docker-drupal
Docker scaffolding for Drupal 8
Stars: ✭ 41 (+156.25%)
Mutual labels:  drupal, drupal-8
drupal8-oop
Tutorial for object-oriented programming fundamentals in PHP
Stars: ✭ 37 (+131.25%)
Mutual labels:  drupal, drupal-8
drupal-composer-init
Initialise a Drupal composer setup
Stars: ✭ 43 (+168.75%)
Mutual labels:  drupal, drupal-8
drupal-jsonapi-params
A package to manage json-api params
Stars: ✭ 42 (+162.5%)
Mutual labels:  drupal, drupal-8
shila-drupal-theme
Atomic design and Pattern Lab friendly, component-based, fairly unopinionated starting point for new Drupal themes
Stars: ✭ 81 (+406.25%)
Mutual labels:  drupal, drupal-8
migrate source example
Example module for Drupal 8 that provides migrations of users, terms, files and nodes from database, JSON resources, CSV and XML files. #migrate
Stars: ✭ 39 (+143.75%)
Mutual labels:  drupal, drupal-8
drupal-circleci-behat
Test and deploy Drupal 9 with CircleCI 2.0 and Behat 3
Stars: ✭ 17 (+6.25%)
Mutual labels:  drupal, drupal-8
composer-tutorial
A walk through of various Composer tasks
Stars: ✭ 40 (+150%)
Mutual labels:  drupal, drupal-8

Drupal docker distributions

Docker pulls

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
Latest images/latest latest
aGov images/agov agov
Brainstorm images/brainstorm_profile brainstorm_profile
Droopler images/droopler droopler
Drupal 8.x images/drupal drupal
Drupal Umami images/drupal-umami drupal-umami
Druppio images/druppio_... druppio_small_business_distribution
Lightning images/lightning lightning
Multipurpose Corporate images/multipurpose_... multipurpose_corporate_profile
OpenChurch images/openchurch openchurch
OpenRestaurant images/openrestaurant openrestaurant
Panopoly images/panopoly panopoly
Presto images/presto presto
Seeds images/seeds seeds
Thunder images/thunder thunder
Varbase images/varbase varbase
Vardoc images/vardoc vardoc
Web Experience Toolkit images/wxt wxt

Software per docker image

Software Version
sqliteadmin 4.3.1
apache2 2.4.18
composer 1.9.2
curl 7.47.0
drush 10.2.2
git 2.7.4
php 7.2
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 sufficient permissions under the /web folder and no sudo exists.

License

license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].