Move examples to dedicated directory with their own README.md

This commit is contained in:
Adam W Zheng 2019-03-12 18:59:37 -05:00
parent c654264ec2
commit 5d594f62a9
3 changed files with 18 additions and 0 deletions

18
examples/README.md Normal file
View File

@ -0,0 +1,18 @@
[![](https://images.microbadger.com/badges/version/venatorfox/simplesamlphp:1.17.1.svg)](https://github.com/Venator-Fox/docker-simplesamlphp/network "View Network") [![](https://images.microbadger.com/badges/image/venatorfox/simplesamlphp:1.15.0.svg)](https://microbadger.com/images/venatorfox/simplesamlphp:1.15.0 "View layer metadata on MicroBadger") [![Pulls on Docker Hub](https://img.shields.io/docker/pulls/venatorfox/simplesamlphp.svg)](https://hub.docker.com/r/venatorfox/simplesamlphp) [![Stars on Docker Hub](https://img.shields.io/docker/stars/venatorfox/simplesamlphp.svg)](https://hub.docker.com/r/venatorfox/simplesamlphp) [![GitHub Open Issues](https://img.shields.io/github/issues/Venator-Fox/docker-simplesamlphp.svg)](https://github.com/Venator-Fox/docker-simplesamlphp/issues) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
### Examples
This directory contains some example files in order to run the [venatorfox/simplesamlphp](https://hub.docker.com/r/venatorfox/simplesamlphp/) in a more complex manner. (ie. with SSL termination, HAProxy, etc...) These examples assume this is installed in a non-orchestrated manner on a host.
The following examples are provided here:
- Super basic with all the default options
- HAProxy SSL Termination, Let's Encrypt CA, and common configurations via docker-compose
- HAProxy SSL Termination, Let's Encrypt CA, and common configurations via systemd
#### Super basic with all the default options
// TODO
#### HAProxy SSL Termination, Let's Encrypt CA, and common configurations via docker-compose
// TODO
#### HAProxy SSL Termination, Let's Encrypt CA, and common configurations via systemd
// TODO