Docker image for openldap server.
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