python_docker_image Steps to run the doker image Install docker desktop Clone this repo Build the image by below command docker build -t python_hello_world . Run the image by below command docker run python_hello_world