Skip to content

Development Container

Development Containers is a Microsoft initiated open standard, extending the use case for containers (colloquial Docker) to development environments. Curently, VSCode and IntelliJ are supported.

In a nutshell

A devcontainer setup allows for a standardized development environment, so all tools and runtimes are available to the developer consistently.

You can walk through the steps required for a consistent DRAPI development experience. This includes a local Domino instance for testing.

Prerequisites

Initial image

We start with a Java development image and add Domino and tooling.

.devcontainer and scripts

Side cars anyone?

This is work in progress

We are constantly working on improving Domino REST API's functionality and documentation. You have a documentation page which is not quite ready. Feel free to feedback what you would like to see here.