From a9a0b1571ee4e5be7fdbe4ec218e6a518381a7d5 Mon Sep 17 00:00:00 2001 From: Marisa Date: Wed, 8 Oct 2025 12:52:07 -0400 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 4985d5b..d1f5f01 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -14,7 +14,6 @@ build ldapdock from the dockerfile and run into it ``` > docker run -h example.com -i -t -v ldap_data:/var/lib/ldap -v ldap_config:/etc/ldap/slapd.d ldapdock /bin/bash ``` -`Parameters explanation:`with -h we are specifying the name of the host, we are using example.com, this is very important. -i tells docker to run in an interactive way instead of running the container in the background. -t goes in hand with -i, and allocates a tty (terminal) so we can run commands. -v mounts a volume to save miscellaneous data in general, and config, content such as directories, databases and users. ## _2- Run the openLDAP server and create an admin user_