Manage OCI containers and pods without requiring root access
Tool for managing OCI containers and pods
podman
$ podman run -it ubuntu:latest /bin/bash
$ podman ps -a
$ podman build -t myimage:latest .