Skip to content

Built and published first containerised Flask using podman

Notifications You must be signed in to change notification settings

Peterk04/containers-learning1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Learning Containers

This is my first attempt at working with containers.
I used Podman to build and run a simple Flask app, and then published the image to GitHub Container Registry (GHCR).

Run it

podman run -d --name myflask -p 5000:5000 ghcr.io/peterk04/myflask:1
curl http://localhost:5000

About

Built and published first containerised Flask using podman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published