rasmusrim/apacheds-servercore

By rasmusrim

Updated about 3 years ago

A apacheds server running on Windows servercore

Image

186

Dockerfile for apacheDS

A Dockerfile which creates a windows image with a running instance of apache DS. Created to help me with automated testing of authentication towards LDAP.

docker pull rasmusrim/apacheds-servercore
docker run -d -p 389:10389 rasmusrim/apacheds-servercore

You can now connect to LDAP at localhost:389 with username "admin" and password "secret".

Docker Pull Command

docker pull rasmusrim/apacheds-servercore