Skip to content

Commit

Permalink
Update README.rst (#135)
Browse files Browse the repository at this point in the history
Fix important typo in README.rst 

`Error response from daemon: Head "https://ghcr.io/v2/t3docs/render-documenation/manifests/latest": denied`
  • Loading branch information
ftrojahn authored Dec 4, 2023
1 parent a712aa0 commit 243142a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 243142a

Please sign in to comment.