``` docker run --rm \ -v ~/OpenLDAP/ldap:/var/lib/ldap \ -p 10389:10389 \ -p 10636:10636 \ -d \ rroemhild/test-openldap ``` 