【发布时间】:2022-05-04 05:27:26
【问题描述】:
考虑运行一个 Docker 容器,其中的 Web 应用程序暴露了某个端口。如何在访问 URL(HTTP BASIC AUTH)之前应用额外的安全层?
Docker 引擎版本 >= 1.9.1
【问题讨论】:
-
具有基本身份验证的httpd - github.com/koolwithk/devops-tools/tree/main/docker/…
标签: security authentication nginx docker