Podman ist eine Container-Runtime ähnlich lxc oder Docker.
podman run -d --name registry --restart=always -p 5000:5000 docker.io/library/registry:2 podman ps podman rm -f registry podman build -t image-name .