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.