-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
BlockedHas Unsatisfied Dependency or blocked by a contributor.Has Unsatisfied Dependency or blocked by a contributor.BugIncorrect BehaviorIncorrect BehaviorDocumentationImproves Instructions, Guides, and NoticesImproves Instructions, Guides, and Notices
Milestone
Description
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
da2ce7
Metadata
Metadata
Assignees
Labels
BlockedHas Unsatisfied Dependency or blocked by a contributor.Has Unsatisfied Dependency or blocked by a contributor.BugIncorrect BehaviorIncorrect BehaviorDocumentationImproves Instructions, Guides, and NoticesImproves Instructions, Guides, and Notices
Type
Projects
Status
Done