Tutorial: https://www.docker.com/blog/how-to-dockerize-your-python-applications/
This app follows a quick tutorial to learn the basics of "dockerizing" python applications.
docker build -t python_web_scraper
docker run -it python_web_scraper
Docker Python Images
https://hub.docker.com/_/python
Tutorial: https://www.docker.com/blog/how-to-dockerize-your-python-applications/