logo
Install

Docker

Get started with Coordimap via Docker

Coordimap docker images can be found in our DockerHub account.

Install Docker

Before you can start with the Coordimap agent you need to install docker on your machine. The official docker documentation has installation instruction for your platform.

coordimap-agent Image

Once you have docker in your machine, you will need to pull the coordimap-agent image from DockerHub and create a container. You can use the following CLI for that:

:::danger Have a configuration file ready Please make sure to have the configuration file before running the following command. You will find the relevant configuration information here :::

docker run -v ./config.yaml:mnt/config.yaml coordimap/coordimap-agent --config /mnt/config.yaml

On this page