yohrannes/website-portifolio

By yohrannes

Updated 2 months ago

Alpine with Python & Flask and web app. Cron support with automatic github repo download and updade.

Image
Security
Web servers
Monitoring & observability
1

3.3K

yohrannes/website-portifolio repository overview

Alpine Python Flask Web Application

This Docker image creates a lightweight, isolated environment for running your Flask application. It is based on the chainguard based python alpine Linux image for minimum size and includes Python 3, the Flask and Requests libraries, and support for scheduling tasks with cron. Port 5000 is already exposed so you can access the application easily.

**How to use

  1. Build the image: docker build --network host -t <your-username>/<image-name> .
  2. Run the image: docker run -d -p 5000:5000 <your-username>/<image-name>
  3. Access your application: Open your browser and go to http://localhost:5000

**Additional details

  • Based on the chainguard python alpine Linux image for minimum size.
  • Includes Python 3 and Flask and Requests libraries.

Keywords:

Alpine, Python, Flask, Web application, Chainguard.

Tag summary

Content type

Image

Digest

sha256:fe790da4d

Size

87.3 MB

Last updated

2 months ago

docker pull yohrannes/website-portifolio