6.3 Introduction to Containers
Containers allow you to package an application with all its libraries. They are lighter than Virtual Machines (VMs) because they share the host Kernel.
Docker vs Podman
Section titled “Docker vs Podman”- Docker: The industry standard. Uses a daemon (background service).
- Podman: Native to RHEL/Rocky. daemonless (runs as user). Commands are mostly compatible (
alias docker=podman).
Basic Commands
Section titled “Basic Commands”Verify by visiting http://localhost:8080 in your browser.