Browse Source

add readme

pull/1/head
Nicolas Massé 8 years ago
parent
commit
82af555d62
  1. 17
      openldap/README.md

17
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
```
Loading…
Cancel
Save