We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99698be commit 648524eCopy full SHA for 648524e
README.md
@@ -22,7 +22,7 @@ docker run -it raycloudtools:latest /bin/bash
22
```console
23
# Login to GitHub Container Registry (required once)
24
export CR_PAT=YOUR_GITHUB_TOKEN
25
-echo $CR_PAT | apptainer registry login ghcr.io -u YOUR_GITHUB_USERNAME --password-stdin
+apptainer registry login -u YOUR_GITHUB_USERNAME -p $CR_PAT oras://ghcr.io
26
27
# Pull and convert the container
28
apptainer pull docker://ghcr.io/csiro-robotics/raycloudtools:latest
0 commit comments