Podman
Introduction
This is the initial page. Started this because I run a keycloak server.
Command
# Delete all containers
podman rmi $(podman images -qa) -f
# List Pods
podman pod list
# List containers
podman pod container list
# Run bash shell in bash
podman exec -it keycloak bash