In the documentaion there are some commands that don't work, like:
podman run -it torrust/tracker:develop
podman run -it torrust/tracker:latest
$ podman run -it torrust/tracker:develop
Error: short-name "torrust/tracker:develop" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"
The right way to execute it is:
$ podman run -it docker.io/torrust/tracker:develop
In the documentaion there are some commands that don't work, like:
podman run -it torrust/tracker:developpodman run -it torrust/tracker:latestThe right way to execute it is: