I am using Docker on Vagrant and I pulled image from dockerhub.
The software in image is making lots of github api call inside.
I generated personel access token from github.
I tried solutions in here: Is there a way to increase the API Rate limit or to bypass it altogether for GitHub?
However, my api rate limit is still 60. It looks like docker system does not use my personel token.
How to make my system use my token whenever do github api call to increase api rate limit ?