2 Command line
This chapter covers
- The Podman command line
- Running an OCI application
- Comparing containers and images
- Building an OCI-based image
Podman is an excellent tool for running and building containerized applications. In this chapter, you’ll get started by building a simple web application to demonstrate commonly used features of the Podman command line.
If you don’t have Podman installed on your machine, you can jump to appendix C, and then return here. This chapter assumes that Podman 4.1 or later is already installed. Older versions of Podman probably work fine, but all examples were tested with Podman 4.1. The example base image I use is the registry.access.redhat.com/ubi8/httpd-24 image.
Note Universal Base Images (UBI) can be ...
Get Podman in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.