Podman
Installation
The Podman package is from the alpine version 3.14 on in the 'community' repository.
apk add podman
Run an example container to verify everything works
podman run --rm hello-world
The Podman package is from the alpine version 3.14 on in the 'community' repository.
apk add podman
Run an example container to verify everything works
podman run --rm hello-world