Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
remove tag from image name
Browse files Browse the repository at this point in the history
  • Loading branch information
shayts7 committed Feb 28, 2016
1 parent 7e4cc87 commit 436c11e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dd-agent.service
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ ExecStartPre=-/usr/bin/docker rm dd-agent

# DATADOG_API_KEY is systemd env var, we are set it when provisioning new CoreOS machine
ExecStart=/usr/bin/docker run --name dd-agent -h %H \
-v /var/run/docker.sock:/var/run/docker.sock -v /proc/:/host/proc/:ro \
-v /sys/fs/cgroup/:/host/sys/fs/cgroup:ro -v /opt/dd-agent-conf.d:/conf.d:ro \
-e COREOS_PRIVATE_IPV4=${COREOS_PRIVATE_IPV4} \
-e API_KEY=${DATADOG_API_KEY} gaiaadm/dd-agent:latest
-v /var/run/docker.sock:/var/run/docker.sock -v /proc/:/host/proc/:ro \
-v /sys/fs/cgroup/:/host/sys/fs/cgroup:ro -v /opt/dd-agent-conf.d:/conf.d:ro \
-e COREOS_PRIVATE_IPV4=${COREOS_PRIVATE_IPV4} \
-e API_KEY=${DATADOG_API_KEY} gaiaadm/dd-agent

# Stop
ExecStop=/usr/bin/docker stop dd-agent
Expand Down

0 comments on commit 436c11e

Please sign in to comment.