Container Images for Docker Environments

Overview

If you are using Docker, there are several container images available through the Datadog Container Registry, GCR, ECR, and ACR that you may want to use within your environment:

Datadog serviceRegistryPull Command
Docker AgentDocker Agent (v6+)docker pull registry.datadoghq.com/agent
DogStatsDDogStatsDdocker pull registry.datadoghq.com/dogstatsd
Datadog Cluster AgentCluster Agentdocker pull registry.datadoghq.com/cluster-agent

Note: Additional images such as the Synthetics Private Location Worker will be added to this registry in the future.

Datadog serviceGCRGCR Pull Command
Docker AgentDocker Agent (v6+)docker pull gcr.io/datadoghq/agent
Docker Agent (v 5)Docker Agent (v5)docker pull gcr.io/datadoghq/docker-dd-agent
DogStatsDDogStatsDdocker pull gcr.io/datadoghq/dogstatsd
Datadog Cluster AgentCluster Agentdocker pull gcr.io/datadoghq/cluster-agent
Synthetics Private Location WorkerSynthetics Private Location Workerdocker pull gcr.io/datadoghq/synthetics-private-location-worker

Regional GCR registries are also available:

  • Europe: eu.gcr.io/datadoghq
  • Asia: asia.gcr.io/datadoghq
Datadog serviceECRECR Pull Command
Docker AgentDocker Agent (v6+)docker pull public.ecr.aws/datadog/agent
Docker Agent (v 5)Docker Agent (v5)docker pull public.ecr.aws/datadog/docker-dd-agent
DogStatsDDogStatsDdocker pull public.ecr.aws/datadog/dogstatsd
Datadog Cluster AgentCluster Agentdocker pull public.ecr.aws/datadog/cluster-agent
Synthetics Private Location WorkerSynthetics Private Location Workerdocker pull public.ecr.aws/datadog/synthetics-private-location-worker
Datadog serviceACRACR Pull Command
Docker AgentDocker Agent (v6+)docker pull datadoghq.azurecr.io/agent
DogStatsDDogStatsDdocker pull datadoghq.azurecr.io/dogstatsd
Datadog Cluster AgentCluster Agentdocker pull datadoghq.azurecr.io/cluster-agent
Synthetics Private Location WorkerSynthetics Private Location Workerdocker pull datadoghq.azurecr.io/synthetics-private-location-worker

If you need to use Docker Hub, see Docker Hub.

Further reading