Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
pcaskey committed Nov 12, 2018
1 parent 9d6a495 commit f8ca077
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
@@ -8,15 +8,12 @@ The result is a set of files and directories containing everything needed to bui

Once the files have been written to your directory, the container terminates and can be deleted.

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

Run the container like this:
docker run --interactive --tty -v $PWD:/output -e "BUILD_ENV=LINUX" tier/shibbidp_configbuilder_container
You can run the container directly from teh docker hub like this:
docker run -it -v $PWD:/output -e "BUILD_ENV=LINUX" tier/shibbidp_configbuilder_container

-OR, for a Windows container, like this-

docker run --interactive --tty -v $PWD:/output -e "BUILD_ENV=WINDOWS" tier/shibbidp_configbuilder_container
docker run -it -v $PWD:/output -e "BUILD_ENV=WINDOWS" tier/shibbidp_configbuilder_container

After answering the questions in the configBuilder, your config will be written to several files and directories in the directory you mounted in the 'docker run' command above. The output defaults to placing certain IdP config files into a 'SECRETS' folder at the root to a) remove them from the rest of the config files so that b) the remaining config files can be easily burned into the container.

0 comments on commit f8ca077

Please sign in to comment.