### App: Drupal

#### What is Drupal?

Drupal is a free and open-source content-management framework written in PHP and distributed under the GNU General Public License. It is used as a back-end framework for at least 2.1% of all Web sites worldwide ranging from personal blogs to corporate, political, and government sites including WhiteHouse.gov and data.gov.uk. It is also used for knowledge management and business collaboration.

* **Website:** [drupal.org](https://www.drupal.org)
* **Documentation:** [drupal.org/developers](https://www.drupal.org/developers)

#### Container

* **Image used:** [library/drupal](https://hub.docker.com/_/drupal/)

##### Usage

The data of your drupal instance is saved in `./data/drupal`.

Access it with your browser at address [localhost](http://localhost).

Use the details from the other services to complete the installation process.