Why pass variables such as MARIADB_DATABASE and MARIADB_USER with podman run -e?
MARIADB_DATABASE
MARIADB_USER
podman run -e
The MariaDB image reads them to initialize the database and account at first launch
They permanently change variables in the host's login shell
They rebuild and retag the MariaDB image
They create DNS records for the database