michigraber / dockerfiles

Repository containing Dockerfiles for coco images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfiles

Various Docker container backend images for coco.

Building

After cloning this repository, each image can be build with:

cd <image>
docker build -t coco/<image>:<tag>

Because most images depend on coco/base-ldap:latest, this should be the first image you build.
––––
If you are deploying a multi-server setup, make sure to push the images to the Docker registry after building (see backends/docs/container_backends.md).

About

Repository containing Dockerfiles for coco images.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 73.1%Language:Python 26.9%