-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,11 @@ | ||
| # comanage-registry-docker | ||
| # COmanage Registry Docker | ||
|
|
||
| Dockerfile templates and associated files to | ||
| build images for | ||
| [COmanage Registry](https://spaces.internet2.edu/display/COmanage/Home). | ||
|
|
||
| * [COmanage Registry](comanage-registry/README.md) (no authentication, primarily for developers) | ||
| * [COmanage Registry](comanage-registry-basic-auth/README.md) with Apache HTTP Server Basic Authentication | ||
| * [COmanage Registry](comanage-registry-shibboleth-sp/README.md) with Shibboleth Native SP for Apache Authentication | ||
| * [Example PostgreSQL](comanage-registry-postgres/README.md) image for use with COmanage Registry | ||
| * [Example Docker Compose](compose/README.md) file for deploying COmanage Registry |