【问题标题】:How to Configure Nexus Sonatype docker image for inbound SSL?如何为入站 SSL 配置 Nexus Sonatype docker 映像?
【发布时间】:2016-09-16 06:32:15
【问题描述】:

我在 AWS 上使用 docker-nexus 安装了 NexusOSS,将其用作 docker 私有存储库。安装后,我意识到只有配置了入站 SSL 才启用 docker private repo。根据documentation,它可以通过两种方式完成。我正在尝试查看如何为 SSL 启用嵌入式码头。

【问题讨论】:

标签: docker nexus sonatype


【解决方案1】:

我在 nexus 前面使用了一个 nginx 反向代理来获得到 docker repo 的 SSL 连接。我在 docker 容器中运行 nexus 和 nginx。我有一个托管和代理 docker repo 和一个组 docker repo,包括托管和代理一个。组 repo 的 HTTP 端口是 5000(用于通过 nginx.conf 访问所有 docker 注册表)

这是我在 README.md 中使用步骤的方法: https://github.com/akailash/nginx_nexus

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-06-18
    • 2021-04-11
    • 2016-07-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-11-29
    • 2017-07-09
    相关资源
    最近更新 更多