Skip to content

Commit

Permalink
full container name instead of shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Dec 28, 2017
1 parent e21e590 commit 275bed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Docker event collector.

```{r, engine='bash', count_lines}
docker run -d \
--name ec \
--name event-collector \
--env EVENT_ENDPOINT=http://endpoint_to_send_events \
--env HEALTH_CHECK_ENDPOINT=http://endpoint_to_check_whether_receiver_up \
--volume /var/run/docker.sock:/var/run/docker.sock \
Expand Down

0 comments on commit 275bed7

Please sign in to comment.