This is an old revision of the document!


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.

Firstly, you need a Dockerfile in the place of your project:

  • docker_basic_dockerize.1579891406.txt.gz
  • Last modified: 2020/01/25 02:43
  • (external edit)