Skip to content

Commit

Permalink
Bypass docker hub rate limits
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 9, 2023
1 parent 6f2760c commit ba2bcb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/providers/firecracker/cloud_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ newgrp docker
su $USER
cd /home/$USER
# bypass docker hub rate limits
docker login -u tigerworks -p dckr_pat_TQSHB3Z8CoNU8G4jtW7xXOxMefM
export NATS_URL=%s
export NATS_USERNAME=%s
export NATS_PASSWORD=%s
Expand Down

0 comments on commit ba2bcb5

Please sign in to comment.