Podman
Overview
Podman is a dropin replacement for Docker. All docker commands and arguments will work with podman.
Initialize podman machine
$ podman machine init
Start podman machine
$ podman machine start
Shell into podman machine
$ podman machine ssh
Change podman machine setting
$ podman machine set --cpus 2 --memory 2048 --rootful