Skip to content

upshift-docker/openldap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published