Skip to content

ericgtkb/python-distroless-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distroless Python Example

This repository contains a sample FastAPI application packaged as a distroless Docker image.

Build the image

docker build -t python-distroless-server .

Run the image

docker run -p 8000:8000 python-distroless-server

The application will be accessible at http://localhost:8000.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published