Collection of Docker Images tailored for OpenShift
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Nicolas Massé 210df4c714 openldap: add missing file 8 years ago
..
DB_CONFIG openldap: add a new volume 8 years ago
Dockerfile openldap: disable ldapi 8 years ago
README.md openldap: README 8 years ago
ldap.conf openldap: add missing file 8 years ago

README.md

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-logs
oc volume dc openldap --add --overwrite --name=openldap-volume-2 -t pvc --claim-size=512Mi --claim-name=openldap-data