Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3.4. Downloading the Docker image

The collector should be deployed as a Docker container. Download the Docker image from the corresponding integration as a .tgz file:

Use the following command to add the Docker image to the system:

Code Block
gunzip -c collector-generic-docker-image-<version>.tgz | docker load
Info

Once the Docker image is imported, it will show the real name of the Docker image (including version info). Replace <version> with the corresponding value. Once the Docker image is imported, it will show the real name of the Docker image (including version info).

Collector Docker image

SHA-256 hash

Find the DOCKER IMAGE for your integration here.

Find the SHA-256 HASH for your integration here.

...