Skip to content

Dockerized PWM based on Tomcat:8-jre8 official image with SSL enabled.

Notifications You must be signed in to change notification settings

puzich/docker-pwm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

PWM is a free and opensource password self service application enabling end-users to reset their enterprise password themselves.

Description

The Dockerfile builds from Tomcat:8-jre8 see https://hub.docker.com/_/tomcat/

Version

1.8.0-SNAPSHOT-2018-02-01T20:37:06Z, latest

Quick Start

Run the PWM image:

docker run --rm -it --name=`pwm` -p 8080:8080 fjudith/pwm

NOTE: 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 pwm

Go 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 default

Configuration

Database

By default, PWM extends the LDAP schema. If you don't want to, the image supports linking to a mongodb, mysql or postgres database container.

Persistent volume

If you use this image in production, you'll probably want to persist the following locations in a volume.

/usr/share/pwm                  # PWM configuration

About

Dockerized PWM based on Tomcat:8-jre8 official image with SSL enabled.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 54.3%
  • Shell 42.5%
  • Java 3.2%