This image runs the ApacheDS LDAP and Kerberos server.
docker run -d --name apacheds -p 389:389 gevattergaul/apacheds
The image is based on the current Alpine release.
The tags follow the ApacheDS naming scheme with an added build number: For version "2.0.0.AM26" the tag name will be "2.0.0.AM26-0" for the first build, "2.0.0.AM26-1" for the second and so on.
ApacheDS will store its data in '/opt/apacheds/instances'. So you could mount a volume or a bind mount there.
I wrote a blogpost explaining the ApacheDS docker container.
I published the source code of the ApacheDS docker container on GitHub.