Drupal Stack based on Druboot using Ansible for provision and Docker as a provider with Kraftwagen.
466
Drupal Stack using Ansible for provision and Docker as a provider with Kraftwagen. BOOYAH!!
Drucker is based on the Druboot adapted to a more immutable infrastructure concept, using Docker as a provider for the containers and protocol to create new states of your infrastructure.
Provision:
Ansible roles: We changed some of the roles, and thats because we aren't pulling from source. :(
Others:
GNU/Linux Install Docker, Docker compose and Docker machine.
Mac OS X and Windows Install the Docker Toolbox. Install the Docker Machine NFS.
docker-machine-nfs default
Use NFS for sharing folders.
@TODO: Put more details below.
GNU/Linux Keep Docker daemon running.
Mac OS X and Windows Open Kitematic (beta).
eval "$(docker-machine env default)"
Setup your Docker's environment variables.
make up
If it's the first time you do this, could take a while because it will build the image, but after that, things are gonna be a lot faster.
make down
Stop all the containers.
... for more details see the Makefile.
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureContent type
Image
Digest
Size
259.9 MB
Last updated
almost 11 years ago
docker pull taller/drucker