Docker 101: A basic web-server displaying hello world
A basic web server Docker containers are small OS images in themselves that one can deploy and run without worrying about dependencies or interoperability. All the dependencies are packed in the same container file. And the docker runtime takes care […]