Containerize Your Application With Buildah And Podman
Less than 1 minute
Containerize Your Application With Buildah And Podman ๊ด๋ จ
Containerize Your Application With Buildah And Podman
Intro
An Overview of Container Tools
In this track, we'll explore the basics of Buildah and Podman and learn how to use them to build, run, and share container images with examples of deploying two games.
Before, We move on let us understand Buildah, Podman and UBI.
- Buildah: A tool for building OCI container images
- Podman: A tool for running and managing containers
- UBI: A Universal Base Image that provides a stable foundation for building containerized applications.
Moon-buggy and Clumsy Bird are two games used as examples for deploying and containerizing applications using Buildah and Podman. Moon-Buggy is a text-based game played in the command line interface (CLI), while Clumsy-Bird is a web-based game.
Course(s)
- 1. Containerize Your First Application
- 2. Containerizing and playing Clumsy-Bird
- 3. Removing the Containers