RobLoach / k-stack

Drupal 8 Install Profile Development Environment with Docker
0 stars 0 forks source link

Docker: Drupal 8

Docker container aimed for Drupal 8 development, through Docker Forge.

http://github.com/kalamuna/kaladock

Features

Usage

Install

git clone https://github.com/kalamuna/k-stack.git
cd k-stack
docker build -t kalamuna/k-stack .

Run

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

docker run -p 880:80 -p 222:22 -v $(pwd)/kaladock:/var/www/html:rw kalamuna/k-stack

Todo