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:
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.
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.
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.
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.
The code is available under Apache 2.0 license.
Copyright by Mindoo GmbH
- use best practices described in this article: "IBM Domino support for running Domino on Docker"
- reduce Docker image size by leveraging multi-stage builds
- work on additional server installations in a Domino Domain
- add image to install AppDev pack
The provided Dockerfiles for Domino have been inspired by Ulrich Krause's great blog article "Domino on Docker".