Since my last post about Docker I have been playing a lot more, rather than use a GUI like Shipyardexternal link I decided to use @garethr’s excellent Puppet Moduleexternal link to manage and deploy my containers. This allowed me to take a better look at the builds I had over at the Docker Indexexternal link . The following is a list of builds I have deployed so far …..

General Containers

  • Baseexternal link  — Base build for use with other Docker build
  • Jump Host- Build which can be used as a SSH jump host

Database Containers

  • MySQL 5.5 — Build which runs MySQL 5.5
  • MySQL 5.6 — Build which runs MySQL 5.6

PHP Containers

  • Apache & PHP 5.4 — Build which runs Apache with PHP 5.4
  • Apache & PHP 5.5 — Build which runs Apache with PHP 5.5
  • NGINX & PHP 5.4 — Build which runs NGINX with PHP 5.4 & PHP-FPM
  • NGINX & PHP 5.5 — Build which runs NGINX with PHP 5.5 & PHP-FPM

See the GitHub Repoexternal link and my Docker Index Profileexternal link for more information.