Docker Hub

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。
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 GCR or ECR. For instructions, see Changing your container registry.

If you are using Docker, there are several container images available through GCR, and ECR. If you need to use Docker Hub:

Datadog serviceDocker HubDocker Pull Command
Docker AgentDocker Agent (v6+)DOCKER_CONTENT_TRUST=1 docker pull datadog/agent
Docker Agent (v 5)Docker Agent (v5)docker pull datadog/docker-dd-agent
DogStatsDDogStatsDDOCKER_CONTENT_TRUST=1 docker pull datadog/dogstatsd
Datadog Cluster AgentCluster AgentDOCKER_CONTENT_TRUST=1 docker pull datadog/cluster-agent
Synthetics Private Location WorkerSynthetics Private Location Workerdocker pull synthetics-private-location-worker

Docker Hub supports content 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.