Skip to content

chainguard-dev/multistage-build-tutorial

Repository files navigation

Securely Containerize a Python Application with Chainguard Images

Example application and Dockerfile for the "Securely Containerize a Python Application with Chainguard Images" blog post on dev.to.

To run the application, first set up a Python virtual environment. Install the dependency with:

pip install -r requirements.txt 

Run the application:

python main.py

To build with Docker and run:

docker build . -t timeteller
docker run --rm timeteller

About

Code for Python multistage build tutorial blog post with example app (Timeteller)

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published