From ae81c6ee898c839f552fa7d6f5ab6466ff22ded7 Mon Sep 17 00:00:00 2001 From: Marisa Date: Thu, 11 Sep 2025 17:33:28 -0400 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 557f65e..7ced0c1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # ldapdock -configurable container running LDAP \ No newline at end of file +configurable container running LDAP + +most important steps + +build ldapdock +``` +> docker build -t ldapdock /path/to/dockerfile +``` + +after build, check the docker image has been created properly with the given TAG +``` +> docker images +REPOSITORY TAG IMAGE ID CREATED SIZE +ldapdock latest 0e4a1521b346 6 hours ago 138MB +``` + +run into the container for the first time to check the LDAP server +``` +> docker run -i -t ldapdock /bin/bash +``` \ No newline at end of file