Tutorial Link: https://developers.redhat.com/articles/2023/09/05/beginners-guide-python-containers# GitHub repository: https://github.com/ainekeenan/recipe-image
Application for a Recipe website -> finds other recipes with similar rare ingredients
Git clone
Cd files
podman build --tag python-podman .
podman run --publish 5000:5000 python-podman
(outside container): (inside container)
- Aine Keenan