You can either use
Docker
or run as root-less containers using
podman.
For using podman you simply replace command
docker
by command podman
in the instructions below.
In directory docker/
in the
source distribution you
can find some example images for quick tests or developing your own
custom container:
Build the container image with one of the above Docker files:
docker build --tag web2ldap --file Dockerfile.<flavor> .
Run with stand-alone web server by default listening port 1760:
docker run -p 1760:1760 web2ldap
Test by accessing the monitor page:
curl http://172.17.0.1:1760/web2ldap/monitor|html2text