Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Aug 13, 2017
1 parent 6d89f8d commit 6beb6d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ This container runs the configBuilder script and generates a Shibb IdP config fo
The config is written to /output in the container, which users should bind-mount to a directory of their choosing.

The result is a zipfile with a Shibb IdP/Tomcat config.

Build this container like this: docker build -t tierconfigbuilder .

Run the container like this: docker run -it -v $PWD/myconfigs:/output tierconfigbuilder

Your config will be a zipfile in a child directory of the current directory named 'myconfigs'.

0 comments on commit 6beb6d1

Please sign in to comment.