ldapsaisie/docker
Benjamin Renard 15f67ef00d
Improve docker image to make it smaller
2024-02-22 16:57:18 +01:00
..
rootfs Improve docker image to make it smaller 2024-02-22 16:57:18 +01:00
Dockerfile-jessie Docker: Add stuff to build old Debian versions images 2023-01-03 15:35:56 +01:00
Dockerfile.bookworm Docker: add build-and-push-all.sh 2023-10-26 18:19:20 +02:00
Dockerfile.bullseye Docker: add build-and-push-all.sh 2023-10-26 18:19:20 +02:00
Dockerfile.buster Docker: add build-and-push-all.sh 2023-10-26 18:19:20 +02:00
Dockerfile.common Improve docker image to make it smaller 2024-02-22 16:57:18 +01:00
README.md Add docker image 2022-06-08 14:24:35 +02:00
apt.list Add docker image 2022-06-08 14:24:35 +02:00
build-and-push-all.sh Improve docker image to make it smaller 2024-02-22 16:57:18 +01:00

README.md

LdapSaisie docker image

This docker image permit to test LdapSaisie using LSexample test LDAP directory and configuration.

To use it, just run the following command :

docker run -it -p 8080:80 -h ldapsaisie.dev brenard/ldapsaisie:dev

You could access LdapSaisie using :

  • your Web browser on http://127.0.0.1:8080 (credentials: admin/admin)
  • the ldapsaisie CLI command (for instance: ldapsaisie search LSpeople, run ldapsaisie --help for details)
  • the API on http://127.0.0.1/api (for instance: curl -u admin:admin http://127.0.0.1/api/1.0/object/LSpeople|jq, see documentation for details)