Skip to content

Commit 648524e

Browse files
authored
Update README.md
Fix apptainer authentication instructions.
1 parent 99698be commit 648524e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docker run -it raycloudtools:latest /bin/bash
2222
```console
2323
# Login to GitHub Container Registry (required once)
2424
export CR_PAT=YOUR_GITHUB_TOKEN
25-
echo $CR_PAT | apptainer registry login ghcr.io -u YOUR_GITHUB_USERNAME --password-stdin
25+
apptainer registry login -u YOUR_GITHUB_USERNAME -p $CR_PAT oras://ghcr.io
2626

2727
# Pull and convert the container
2828
apptainer pull docker://ghcr.io/csiro-robotics/raycloudtools:latest

0 commit comments

Comments
 (0)