From de6adf0c5332ac711df9f16c780adfc859dc557c Mon Sep 17 00:00:00 2001 From: Cameron Garnham Date: Tue, 26 Dec 2023 16:04:31 +0800 Subject: [PATCH] docs: fixup podman command --- README.md | 2 +- cSpell.json | 3 ++- docs/containers.md | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e584db3c8..74ba5e72b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ docker run -it torrust/tracker:develop #### Podman: ```sh -podman run -it torrust/tracker:develop +podman run -it docker.io/torrust/tracker:develop ``` > Please read our [container guide][containers.md] for more information. diff --git a/cSpell.json b/cSpell.json index c9b547c90..4fe389cb2 100644 --- a/cSpell.json +++ b/cSpell.json @@ -129,7 +129,8 @@ "Xtorrent", "Xunlei", "xxxxxxxxxxxxxxxxxxxxd", - "yyyyyyyyyyyyyyyyyyyyd" + "yyyyyyyyyyyyyyyyyyyyd", + "Zvns" ], "enableFiletypes": [ "dockerfile", diff --git a/docs/containers.md b/docs/containers.md index 2b06c0f76..e320a9308 100644 --- a/docs/containers.md +++ b/docs/containers.md @@ -14,7 +14,7 @@ docker run -it torrust/tracker:latest or with Podman: ```sh -podman run -it torrust/tracker:latest +podman run -it docker.io/torrust/tracker:latest ``` @@ -122,10 +122,10 @@ docker run -it torrust-tracker:debug ```sh # Release Mode -podman run -it torrust-tracker:release +podman run -it docker.io/torrust-tracker:release # Debug Mode -podman run -it torrust-tracker:debug +podman run -it docker.io/torrust-tracker:debug ``` ### Arguments