Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.89 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.89 KB

Domino Docker Setup

This repository contains Dockerfiles and resources to create Domino 10 docker images in both interactive and non-interactive ways (remote server setup via Domino Administrator vs. a pure commandline based setup).

To set up the Docker images on your machine, please follow the installation steps in the following directories:

domino1000

Dockerfile to create a Docker image with installed Domino 10. This server starts in remote server setup listen mode on port 1352 when no server.id can be found.

domino1000_scriptsupport

This Dockerfile extends the previous Docker image and provides support for scripted Domino 10 server setup. This means it runs the server setup with server/certifier/admin name and credential information provided via environment variables.

domino1001

Dockerfile to create a Docker image with installed Domino 10.0.1. This server starts in remote server setup listen mode on port 1352 when no server.id can be found.

domino1001_scriptsupport

This Dockerfile extends the previous Docker image and provides support for scripted Domino 10.0.1 server setup. This means it runs the server setup with server/certifier/admin name and credential information provided via environment variables.

Licence

The code is available under Apache 2.0 license.

Copyright by Mindoo GmbH

Todos

References

The provided Dockerfiles for Domino have been inspired by Ulrich Krause's great blog article "Domino on Docker".