Skip to content

Full stack consisting of Varnish, Apache, Drupal, Memcache, and MySql.

Notifications You must be signed in to change notification settings

mingfang/docker-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-drupal

Full stack consisting of Varnish, Apache, Drupal, Memcache, and MySql.

Requirements: Vagrant, Git

Install Docker

git clone https://github.com/dotcloud/docker.git

Enable Port Forwarding

export FORWARD_DOCKER_PORTS=1

Start VM

cd docker
vagrant up
vagrant ssh
sudo -i

Install Git inside VM

apt-get install git -y

Get My Dockerfile

git clone https://github.com/mingfang/docker-drupal.git
cd docker-drupal

Build

docker build -t="drupal" .

Run

docker run -p 49800:80 -p 49801:6081 drupal

Point your browser to http://localhost:49801

Admin login is admin/admin

About

Full stack consisting of Varnish, Apache, Drupal, Memcache, and MySql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published