Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Nov 5, 2017
1 parent ea1a1bb commit d26fd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ 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
Run the container like this: docker run --interactive --tty -v $PWD:/output -e "BUILD_ENV=LINUX" tier/shibbidp_configbuilder_container

After answering the questions in the configBuilder, your config will be a zipfile in a child directory of the current directory named 'myconfigs' and should work on either a Linux or a Windows release.

0 comments on commit d26fd5c

Please sign in to comment.