You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/01/01 17:52:22 UTC

[directory-fortress-core] branch master updated: use debian 11

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 2988eb3  use debian 11
2988eb3 is described below

commit 2988eb37882861db3bccae1532f358f9a0955dec
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Jan 1 11:52:18 2022 -0600

    use debian 11
---
 README-QUICKSTART-DOCKER-SLAPD.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README-QUICKSTART-DOCKER-SLAPD.md b/README-QUICKSTART-DOCKER-SLAPD.md
index 82c65fe..1f8ad64 100644
--- a/README-QUICKSTART-DOCKER-SLAPD.md
+++ b/README-QUICKSTART-DOCKER-SLAPD.md
@@ -86,6 +86,8 @@ docker pull apachedirectory/openldap-for-apache-fortress-tests
 
 ```
 docker run -d -p 32768:389 -P apachedirectory/openldap-for-apache-fortress-tests
+
+docker run --name=openldap -d -p 32768:389 -P apachedirectory/openldap-for-apache-fortress-tests
 ```
 
  * Depending on your Docker setup, may need to run this step as root or sudo priv's.