Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

RobLoach/docker-drupal8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker: Drupal 8

Docker image aimed for Drupal 8 development, using Docker Forge.

http://github.com/robloach/docker-drupal8

Features

Usage

Install

Pull robloach/drupal8 from the Docker repository:

docker pull robloach/docker-drupal8

Or build robloach/docker-drupal8 from source:

git clone https://github.com/RobLoach/docker-drupal8.git
docker build -t robloach/docker-drupal8 robloach/docker-drupal8

Usage

Switch to where Drupal is installed, or check it out directly:

git clone --branch 8.0.x http://git.drupal.org/project/drupal.git
cd drupal

Run the container, binding associated ports, and mounting the present working directory:

docker run -p 880:80 -p 222:22 -v $(pwd):/var/www/html:rw robloach/docker-drupal8

Visit http://localhost:880 in your browser, to allow Drupal to install using root:root for the MySQL permissions.

Work In Progress

This is in no means production, or even development-ready. Contributions are more than welcome.

Services

Service Port Usage
SSH 22 Connect with ssh root@localhost -p 422 with the password root
Apache 80 Visit http://localhost:880 in your browser
PHPMyAdmin 80 Visit http://localhost:880/phpmyadmin in your browser

Volumes

Volume Description
/var/www/html The location of the web root.

About

DEPRECATED: See /robloach/forge instead.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages