From 275bed733a417a30f014f59e0163e71951562ad5 Mon Sep 17 00:00:00 2001 From: Pavol Noha Date: Thu, 28 Dec 2017 15:24:14 +0100 Subject: [PATCH] full container name instead of shortcut --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 187a541..50b1bfc 100755 --- a/README.md +++ b/README.md @@ -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 \