A common layer shared by the httpd and shibd containers
186
A Docker image of the Illinois Shibboleth Service Provider (SP).
To build all the images locally for development run the following command:
$ make up
$ make test
$ make down
The images will be tagged with the 'local' tag.
To download and test the latest containers as they exist on Docker Hub type:
$ docker-compose up -d
$ make test
$ docker-compose down
No tags have been pushed to this repository yet.