Getting Started With Podman
This repository documents a simple walkthrough of using Podman to verify installation, run containers, and list images.
sudo apt-get -y install podman
podman --version
sudo podman container ps
sudo podman container run hello-world
sudo podman image ls
sudo podman image build . -t nginx:podman