This is an old revision of the document!
Overview
After we learned a little bit a docker and containers, let's use docker for what it was meant to :) I have created a simple HTTP server which listens on port: 1234
Source code you can see in my Git
Packaging application in image, we call dockerize and it is done pretty simle.
Steps
Firstly, you need a Dockerfile in the place of your project: