Install Remediate from a custom container registry
You can also use a custom Docker registry to install Puppet Remediate.
Before you begin
Prior to installing Remediate using a custom Docker registry, check that you have carried out the following prerequisite tasks:
- Make sure you meet the system requirements for installing and running Remediate, and that you have received your license.
- Ensure that Docker and Docker Compose are installed on
the nodes where you want to install the Remediate images. If you are installing Docker
Compose on Windows, ensure
that you create a new Windows
environment variable called
COMPOSE_CONVERT_WINDOWS_PATHS
and set it to1
. This enables path conversion from Windows-style to Unix-style in volume definitions. - Ensure that your license is added to the nodes where you want to install the Remediate images.
- If you use a custom Docker registry to store the Remediate
Docker images, you
must set the REGISTRY environment variable to point to the
URL of your custom docker registry,
e.g.:
export REGISTRY=my-custom-docker-registry.local.net
In this example, Remediate will contact
my-custom-docker-registry.local.net
to download the docker images it needs.