Required
- Docker CE 17.06+ Install docker
- docker-compose 1.14.0+ Install docker-compose
docker-compose -f docker/docker-compose.yml up
./docker/build.sh
Then you can access idp-1-example at http://localhost:8000/, idp-2-example at http://localhost:8001/ and rp-example at http://localhost:9000/
- To run docker container without building image, run command show in Run section (no building required). It will run docker container with image from Dockerhub (https://hub.docker.com/r/ndidplatform/examples/).
- To pull latest image from Dockerhub, run
docker pull ndidplatform/examples