Use a URI to create an environment from a custom Docker or container image.
-
From the navigation pane, click Environments
-
From the Environments Overview page, click Create Environment.
-
Select Start from a custom base image and paste the container image’s URI in the FROM field.
Automatically make compatible with Domino is selected by default. Clear the checkbox if you are using a pre-built Domino image starting with
quay.io/domino
. However, in this case, leave the checkbox selected.When you create an environment with the automatic compatibility feature, Domino:
-
Validates that these pre-requisites are in the image.
-
Adds the dependencies required for use with Domino in an isolated location.
-
Builds the environment.
The functionality of your image remains untouched. Code and tools that run using the image in Domino will work when using the image outside of Domino and vice versa.
The environment is just like any other Domino Environment. See Environment Management for more about how to create an Environment.
-