podman

Manage OCI containers and pods without requiring root access

brewmacoslinux
Try with needOr install directly
Source

About

Tool for managing OCI containers and pods

Commands

podman

Examples

Run a container from an image$ podman run -it ubuntu:latest /bin/bash
List all containers (running and stopped)$ podman ps -a
Build a container image from a Dockerfile$ podman build -t myimage:latest .