running mariadb und podman

I am trying to create a mariadb under podman with the following command

"docker run --detach --name radius --env MARIADB_USER=radius --env MARIADB_PASSWORD=dalodbpass --env MARIADB_ROOT_PASSWORD=josef#1911 mariadb:latest"

but get the following error

Error: short-name "mariadb:latest" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"

i would appriciate any help greatly

Sepp

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.