Docker: There's a new virtualization kid in town!
jantoine
Let's dockerize Drupal! From development to production, this hands on class will walk through:
- Iinstalling docker on Ubuntu 14.04
- Creating our first container from images on Docker Hub
- Building a custom Drupal image using the Official PHP image as a base image
- Launching a Drupal site in a container built from our custom Drupal image
- Building a custom Drupal-dev image using our custom Drupal image as a base image and adding debug tools such as Xdebug
- Putting it all together in production with individual Exim, Mysql, Nginx Proxy with auto load balancing, and Drupal (PHP) containers