From 82af555d62bf0e043130638bc5ef51dc68db17a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 21 Sep 2017 21:43:13 +0200 Subject: [PATCH] add readme --- openldap/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 openldap/README.md diff --git a/openldap/README.md b/openldap/README.md new file mode 100644 index 0000000..29202ce --- /dev/null +++ b/openldap/README.md @@ -0,0 +1,17 @@ +# OpenLDAP + +## Description + +## Build in OpenShift + +``` +oc new-build https://github.com/nmasse-itix/OpenShift-Docker-Images.git --context-dir openldap --name openldap --to openldap +``` + +## Deploy in OpenShift + +``` +oc new-app https://github.com/nmasse-itix/OpenShift-Docker-Images.git --context-dir openldap --name openldap +oc volume dc openldap --add --overwrite --name=openldap-volume-1 -t pvc --claim-size=512Mi --claim-name=openldap-volume +``` +