From 6beb6d14cb4deb274c084fc124f9d61ced5c40b8 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Sat, 12 Aug 2017 19:01:28 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0f847e3..1d608a3 100644 --- a/README.md +++ b/README.md @@ -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'.