PWM is a free and opensource password self service application enabling end-users to reset their enterprise password themselves.
The Dockerfile builds from tomcat:9-jre11-slim see https://hub.docker.com/r/amd64/tomcat/
Run the PWM image:
docker run --rm -it --name=pwm -p 8080:8080 fjudith/pwm:alpineNOTE: Please allow few seconds for the application to start, especially if populating the database for the first time. If you want to make sure that everything wen find, what the logs using the following command:
docker logs pwmGo to the http://localhost:8080 or point to the IP or fully qualified name of your docker host. On a Mac or Windows, replace localhostwith the IP address of your Docker host which you can get using the following command:
docker-machine ip defaultBy default, PWM extends the LDAP schema. If you don't want to, the image supports linking to a mongodb, mysql or postgres database container.
If you use this image in production, you'll probably want to persist the following locations in a volume.
/usr/share/pwm # PWM configuration