This repository contains all docker files that are being used in the following series on Project WebDev: http://project-webdev.blogspot.de/2015/05/create-site-based-on-docker-part1.html
This series consists of several parts that you can read through in order to get a website based on Docker up and running:
- Part 1 - Introduction (you're just reading it!)
- Part 2 - Setting up Ubuntu for production use
- Part 3 - Installing Docker
- Part 4 - Planning Docker container architecture
- Part 5 - Creating our Docker compose file
- Part 6 - Creating the Ubuntu base Docker container
- Part 7 - Creating the mongodb Docker container
- Part 8 - Creating the ioJS REST API Docker container
- Part 9 - Creating the nginx web site Docker container
- Part 10 - Creating the nginx reverse proxy Docker container
- Part 11 - Run the whole application stack with Docker Compose
Have fun with it! :)