如何为入站 SSL 配置 Nexus Sonatype docker 图像?

How to Configure Nexus Sonatype docker image for inbound SSL?

我使用 docker-nexus on AWS, to use it as a docker private repository. After installation, I realized that docker private repo is enabled only if its inbound SSL is configured. Per documentation 安装了 NexusOSS,它可以通过两种方式完成。我正在尝试查看如何为 SSL 启用嵌入式码头。

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

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