Last active
May 26, 2017 13:44
-
-
Save canariecaf/f5fe6698dd05cc4a8f86f7c556bf53dd to your computer and use it in GitHub Desktop.
Sample WAYF Screenshots with CESNET aggregate example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The above were screen shots after running these commands: | |
# to run the core vanilla docker image with CESNET aggregate: | |
docker run -e CDS_AGGREGATE=https://metadata.eduid.cz/entities/eduid -e CDS_REFRESHFREQINMIN=5 -d -p 80:80 --restart=always canariecaf/docker-cds-core | |
# stop the previous docker, and then to run the customized image with CESNET aggregate: | |
docker run -e CDS_AGGREGATE=https://metadata.eduid.cz/entities/eduid -e CDS_REFRESHFREQINMIN=5 -d -p 80:80 --restart=always canariecaf/docker-cds-caf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment