Simple container around the apacheds LDAP server
674
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.
Content type
Image
Digest
sha256:4345479b3…
Size
82.7 MB
Last updated
about 2 years ago
docker pull gevattergaul/apacheds