Dockerfile to build an ApacheDS container providing an LDAP and optionally a Kerberos service.
1.9K
Dockerfile to build an ApacheDS container providing an LDAP and optionally a Kerberos service.
The latest is not production ready because new features will be tested on it first.
The tags like 2.0.0.AM26 are used to track the releases of ApacheDS. Approved new features will be tested in master branch then included in the next release.
docker run -d -p 389:10389 openfrontier/apacheds
uid=admin,ou=system as the BindDN and secret as the bind BindPassword.DO NOT mount host volumes in particular directories under the home directory like ~/apacheds as a volume!!! Use named volume instead!!!
docker volume create apacheds_data
docker run -d -p 389:10389 -v apacheds_data:/var/lib/apacheds openfrontier/apacheds
Content type
Image
Digest
Size
82.6 MB
Last updated
over 6 years ago
docker pull openfrontier/apacheds