Skip to content

Fix podman commands #528

@josecelano

Description

@josecelano

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

Metadata

Metadata

Assignees

Labels

BlockedHas Unsatisfied Dependency or blocked by a contributor.BugIncorrect BehaviorDocumentationImproves Instructions, Guides, and Notices

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions