如何在docker中访问docker内部的公司docker中心?

如何在docker中访问docker内部的公司docker中心?,docker,proxy,docker-in-docker,Docker,Proxy,Docker In Docker,我有一个公司代理和docker注册表(nexus)。当我执行命令时: docker登录-u-phttps://nexus-corporate.com, 我得到了一个成功的连接。但当我在docker映像中使用docker并执行类似命令时,proxy存在问题。如何解决这个问题 错误消息: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> &l

我有一个公司代理和docker注册表(nexus)。当我执行命令时:
docker登录-u-phttps://nexus-corporate.com
, 我得到了一个成功的连接。但当我在docker映像中使用docker并执行类似命令时,proxy存在问题。如何解决这个问题

错误消息:

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html><head>
    <meta type="copyright" content="Copyright (C) 1996-2018 The Squid Software Foundation and contributors">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>ERROR: The requested URL could not be retrieved</title>
    <style type="text/css"><!--
     /*
     * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
     *
     * Squid software is distributed under GPLv2+ license and includes
     * contributions from numerous individuals and organizations.
     * Please see the COPYING and CONTRIBUTORS files for details.
     */

    /*
     Stylesheet for Squid Error pages
     Adapted from design by Free CSS Templates
     http://www.freecsstemplates.org
     Released for free under a Creative Commons Attribution 2.5 License
    */

.....

    body
    :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
    :lang(he) { direction: rtl; }
     --></style>
    </head><body id=ERR_ACCESS_DENIED>
    <div id="titles">
    <h1>ERROR</h1>
    <h2>The requested URL could not be retrieved</h2>
    </div>
    <hr>

    <div id="content">
    <p>The following error was encountered while trying to retrieve the URL: <a href="http://docker:2375/v1.40/auth">http://docker:2375/v1.40/auth</a></p>

    <blockquote id="error">
    <p><b>Access Denied.</b></p>
    </blockquote>

    <p>Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.</p>

    <p>Your cache administrator is <a href="mailto:admin@my_company.com?subject=CacheErrorInfo%20-%20ERR_ACCESS_DENIED&amp;body=CacheHost%3A%20proxy.my_company_domain%0D%0AErrPage%3A%20ERR_ACCESS_DENIED%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Mon,%2027%20Jan%202020%2008%3A39%3A45%20GMT%0D%0A%0D%0AClientIP%3A%2010.16.11.54%0D%0A%0D%0AHTTP%20Request%3A%0D%0APOST%20%2Fv1.40%2Fauth%20HTTP%2F1.1%0AUser-Agent%3A%20Docker-Client%2F19.03.5%20(linux)%0D%0AContent-Length%3A%2084%0D%0AContent-Type%3A%20application%2Fjson%0D%0AHost%3A%20docker%3A2375%0D%0A%0D%0A%0D%0A">admin@my_company.com</a>.</p>
    <br>
    </div>

    <hr>
    <div id="footer">
    <p>Generated Mon, 27 Jan 2020 08:39:45 GMT by proxy.my_company_domain (squid/4.4)</p>
    <!-- ERR_ACCESS_DENIED -->
    </div>
    </body></html>

错误:无法检索请求的URL
错误
无法检索请求的URL

尝试检索URL时遇到以下错误:

访问被拒绝

访问控制配置阻止此时允许您的请求。如果您觉得这不正确,请联系您的服务提供商

您的缓存管理员是



由proxy.my_company_domain(squid/4.4)生成的2020年1月27日星期一08:39:45 GMT


您能再描述一下您的问题吗?有确切的错误消息吗?我添加了更多信息。它说的是
访问被拒绝
。您的身份验证成功吗?
docker login-u-phttps://nexus-corporate.com
命令成功运行,但docker中没有docker这是问题的一部分。主要问题是将docker映像构建为gitlab CI/CD管道的一部分。