A docker image to run phpLDAPadmin
Run docker container with your custom environment variables :
sudo docker.io run -p 443:443 \
-e LDAP_HOST=ldap.example.com \
-e LDAP_BASE_DN=dc=example,dc=com \
-e LDAP_LOGIN_DN=cn=admin,dc=example,dc=com \
-d osixia/phpldapadmin
phpLDAPadmin should be running on https://localhost
to be completed :)
Clone the repository
git clone https://github.com/osixia/docker-phpLDAPadmin
cd docker-phpLDAPadmin
Build image
sudo docker.io build -t phpldapadmin .