Skip to content

Instantly share code, notes, and snippets.

@canariecaf
Last active May 26, 2017 13:44
Show Gist options
  • Save canariecaf/f5fe6698dd05cc4a8f86f7c556bf53dd to your computer and use it in GitHub Desktop.
Save canariecaf/f5fe6698dd05cc4a8f86f7c556bf53dd to your computer and use it in GitHub Desktop.
Sample WAYF Screenshots with CESNET aggregate example
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