Thanks everyone for the point in the right direction. Here's what I have so far:
https://github.com/mlbiam/apacheds I run it with: docker run -ti --name apacheds -p 10389:10389 -p 10636:10636 -e APACHEDS_ROOT_PASSWORD=start123 -e APACHEDS_TLS_KS_PWD=start123 -e DN=dc=domain,dc=com -e OBJECT_CLASS=domain -v /Users/mlb/Documents/projects/apacheds:/etc/apacheds local/apacheds Going to add something to load an initial LDIF but other then that we're in good shape. Any and all feedback is appreciated! Thanks Marc
