Run SimpleSAMLphp in Docker containers! This project runs nginx
and php-fpm
via Docker Compose to host SimpleSAMLphp.
$ git clone https://github.com/mschwager/docker-simplesamlphp.git
$ cd docker-simplesamlphp
$ docker-compose build
$ ./bootstrap.sh
$ docker-compose up
Then you should be able to visit http://localhost/simplesaml/index.php.
Configuration files are persistently stored and made available for editing in
the .storage
directory.