-
Notifications
You must be signed in to change notification settings - Fork 2
Docker installation
Valentina Gaggero edited this page Mar 22, 2024
·
2 revisions
Please follow the instructions you found here. Then continue the Post-installation steps for Linux. The last chapter Configure default logging driver isn't necessary.
After the installation, you need to login to the github registry in order to get the available packages.
docker login ghcr.io --username <github-username>
The used token needs the read:packages
scope at least. If you want to upload packages your token needs write:pakages
scope also.