---
isPrivate: true
title: Docker Hub
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Agent > Agent FAQ > Docker Hub
---

# Docker Hub

{% alert level="warning" %}
Docker Hub is subject to image pull rate limits. If you are not a Docker Hub customer, Datadog recommends that you update your Datadog Agent and Cluster Agent configuration to pull from the Datadog Container Registry, GCR, or ECR. For instructions, see [Changing your container registry](https://docs.datadoghq.com/agent/guide/changing_container_registry.md).
{% /alert %}

If you are using Docker, there are several container images available through the [Datadog Container Registry](https://docs.datadoghq.com/containers/guide/changing_container_registry.md), [GCR](https://docs.datadoghq.com/agent/guide/container-images-for-docker-environments.md?tab=gcr), and [ECR](https://docs.datadoghq.com/agent/guide/container-images-for-docker-environments.md?tab=ecr). If you need to use Docker Hub:

| Datadog service                                                                                                 | Docker Hub                                                                                                | Docker Pull Command                                        |
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [Docker Agent](https://docs.datadoghq.com/agent/docker.md)                                                      | [Docker Agent (v6+)](https://hub.docker.com/r/datadog/agent)                                              | `DOCKER_CONTENT_TRUST=1 docker pull datadog/agent`         |
| Docker Agent (v 5)                                                                                              | [Docker Agent (v5)](https://hub.docker.com/r/datadog/docker-dd-agent)                                     | `docker pull datadog/docker-dd-agent`                      |
| [DogStatsD](https://docs.datadoghq.com/extend/dogstatsd.md)                                                     | [DogStatsD](https://hub.docker.com/r/datadog/dogstatsd)                                                   | `DOCKER_CONTENT_TRUST=1 docker pull datadog/dogstatsd`     |
| [Datadog Cluster Agent](https://docs.datadoghq.com/agent/cluster_agent.md)                                      | [Cluster Agent](https://hub.docker.com/r/datadog/cluster-agent)                                           | `DOCKER_CONTENT_TRUST=1 docker pull datadog/cluster-agent` |
| [Synthetics Private Location Worker](https://docs.datadoghq.com/getting_started/synthetics/private_location.md) | [Synthetics Private Location Worker](https://hub.docker.com/r/datadog/synthetics-private-location-worker) | `docker pull synthetics-private-location-worker`           |

Docker Hub supports [content trust](https://docs.docker.com/engine/security/trust/) for the `agent`, `cluster-agent`, and `dogstatsd` images. To ensure that the images are not tampered with, enable content trust by setting `DOCKER_CONTENT_TRUST=1`.
