Skip to content

tzeller/comanage-registry-docker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 9 commits ahead, 1 commit behind docker:master.

COmanage Registry Docker

This repository contains Dockerfiles, documenation, and other files necessary to build and deploy a Dockerized version of COmanage Registry, as well as other infrastructure commonly deployed with COmanage Registry.

Since COmanage Registry is a web application that requires a relational database and an authentication mechanism such as Shibboleth, mod_auth_openidc, or just simple Basic Authentication, this repository includes multiple Dockerfiles to build images that use various combinations of tools.

Evaluate COmanage Registry

If you are new to COmanage Registry follow these instructions to build and run a simple deployment suitable for evaluating COmanage Registry.

Building Images

The following link to detailed instructions for building each individual image. See the next section for links to documentation on how to deploy the images as services.

Deploying Images and Running Services

Since COmanage Registry requires a relational database, and because it is often deployed with other tools like an LDAP directory, multiple images need to be simultanesouly instantiated as containers. Orchestrating multiple containers to create services is easiest using tools such as Docker Compose, Docker Swarm, or Kubernetes.

The images built from Dockerfiles in this repository may be used with any container orchestration platform but the documentation demonstrates how to deploy with Docker Swarm (the simple evaluation scenario above uses Docker Compose).

The following link to detailed instructions for a number of deployment scenarios.

All Documentation

Building Images

Deploying Services

Other

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 46.9%
  • Dockerfile 22.5%
  • Python 21.4%
  • HTML 8.0%
  • C 1.1%
  • Makefile 0.1%