-
Notifications
You must be signed in to change notification settings - Fork 81
Docker Setup
Pushkar Anand edited this page Mar 19, 2020
·
1 revision
The docker images are generated for each module is automatically published on Github packages. And as Github packages require auth for even for public repositories, there are certain steps that need to be done to pull these images.
-
Go to Personal Access Token Page and click on the
Generate New Token
button. -
Enter token name in
Note
field and selectrepo
,write:packages
andread:packages
scope. -
Save the generated token as it won't be shown again once you navigate away from the page
- Login to docker using command
docker login docker.pkg.github.com
- Enter your github handle in Username.
- And enter your access token in Password.
You should get a Login Succeeded
message and now you are all set to pull docker images from github packages.