项目作者: m00re

项目描述 :
A small Nginx docker image that supports LDAP-based authentication
高级语言: Nginx
项目地址: git://github.com/m00re/nginx-ldap-docker.git
创建时间: 2017-03-19T10:19:26Z
项目社区:https://github.com/m00re/nginx-ldap-docker

开源协议:

下载


nginx-ldap-docker

A small Nginx docker image that supports LDAP-based authentication.

Available Docker Images at DockerHub

Image Name Tag Alpine Linux Nginx Nginx-LDAP module
m00re/nginx-ldap 1.13.4 3.4 1.13.4 42d195d7a7575ebab1c369ad3fc5d78dc2c2669c (Jul 25, 2017)
m00re/nginx-ldap 1.9.15 3.4 1.9.15 b80942160417e95adbadb16adc41aaa19a6a00d9 (Feb 4, 2017)

See: https://hub.docker.com/r/m00re/nginx-ldap/

Building

You can simple rebuild this image using the following command

  1. docker build . -t <YourTag>

Acknowledgments

A huge thank you goes to Jacob Blain Christen for https://github.com/dweomer/dockerfiles-nginx-auth-ldap, on which this Docker image is based.