From 243142aaa1a16b6d6f6d5bcd32c3e21289afa89d Mon Sep 17 00:00:00 2001 From: Falko Trojahn Date: Mon, 4 Dec 2023 08:47:09 +0100 Subject: [PATCH] Update README.rst (#135) Fix important typo in README.rst `Error response from daemon: Head "https://ghcr.io/v2/t3docs/render-documenation/manifests/latest": denied` --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7c7d42a..a862c4e 100644 --- a/README.rst +++ b/README.rst @@ -43,10 +43,10 @@ Windows with Docker installed (no WSL2) is also possible. Important: Use the old At the command line:: # Fetch the Docker image. "tag" may be "latest (default)", "develop", "dev30" or similar. - docker pull ghcr.io/t3docs/render-documenation[:tag] + docker pull ghcr.io/t3docs/render-documentation[:tag] # Attach the canonical tag "t3docs/render-documentation" to the image - without "ghcr.io/"! - docker tag ghcr.io/t3docs/render-documenation[:tag] ghcr.io/t3docs/render-documenation[:tag] + docker tag ghcr.io/t3docs/render-documentation[:tag] ghcr.io/t3docs/render-documentation[:tag] # verify the image can be run as container docker run --rm t3docs/render-documentation[:tag]