This project illustartes run simple python app in docker environment.
We use Python docker image (lite version added to reserve space) in dockerfile Dockerfile is docker image definition (config)
docker build . docker run image-name
https://hub.docker.com/_/python
Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. The service has both free and premium tiers. The software that hosts the containers is called Docker Engine.
Initial release date: 20 March 2013 Developer: Docker, Inc. Original author: Docker, Inc. License: Free / Paid Platform: x86-64, ARM, s390x, ppc64le Operating system: Linux, Windows, macOS Programming language: Go
Initial release date: 20 March 2013 Developer: Docker, Inc. Original author: Docker, Inc. License: Free / Paid Platform: x86-64, ARM, s390x, ppc64le Operating system: Linux, Windows, macOS Programming language: Go