Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 350 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 350 Bytes

OpenLDAP Server

Docker image for openldap server.

Usage

This image does not include configuration. Configuration file should be mounted using a docker volume.

Start the container:

# docker run -d --name openldap \
  -v /path/to/config:/etc/openldap \
  -v /path/to/data:/var/lib/openldap \
  -p 389:389 \
  upshift/openldap