Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法增加docker系统上的github api速率限制_Docker_Github_Vagrant_Github Api - Fatal编程技术网

无法增加docker系统上的github api速率限制

无法增加docker系统上的github api速率限制,docker,github,vagrant,github-api,Docker,Github,Vagrant,Github Api,我在《流浪汉》中使用Docker,我从dockerhub中提取了图像 图像中的软件在内部进行大量github api调用 我从github生成了personel访问令牌 我在这里尝试了解决方案: 然而,我的api速率限制仍然是60。看起来docker系统没有使用我的个人代币。 如何让我的系统在github api调用以提高api速率限制时使用我的令牌?Docker没有任何东西会影响您将凭据传递到远程api的能力。您需要向我们展示您是如何尝试向您的容器化服务提供令牌的。Docker的任何内容都不会

我在《流浪汉》中使用Docker,我从dockerhub中提取了图像

图像中的软件在内部进行大量github api调用

我从github生成了personel访问令牌

我在这里尝试了解决方案:

然而,我的api速率限制仍然是60。看起来docker系统没有使用我的个人代币。


如何让我的系统在github api调用以提高api速率限制时使用我的令牌?

Docker没有任何东西会影响您将凭据传递到远程api的能力。您需要向我们展示您是如何尝试向您的容器化服务提供令牌的。Docker的任何内容都不会影响您向远程API传递凭据的能力。您需要向我们展示您如何尝试向您的集装箱服务提供代币。