Hello World using Docker and Python

Umangshrestha
FAUN — Developer Community 🐾
5 min readJun 11, 2021

--

Introduction to docker basics with “Hello, world” in python

Dockerfile

Docker is an open-source platform that allows your code to run in an isolated environment from your infrastructure. It's lightweight and takes care of all your dependencies. According to the Stack overflow developers survey of 2020, docker is the second most beloved platform after Linux and the most wanted platform for new developers.

--

--

I like computer and programming. I am currently trying to learn how to write articles for sharing what I know.