From 7f542acc036aa2e6c3d8603ad3234305ada9fa13 Mon Sep 17 00:00:00 2001 From: mayuresh82 <40776708+mayuresh82@users.noreply.github.com> Date: Fri, 3 Apr 2020 14:55:32 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 318e194..f1db803 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ If `gocast_monitor=consul` is specified, then GoCast uses the defined healthchec ## Docker support The docker image at mayuresh82/gocast can be used to run GoCast inside a container. In order for GoCast to manipulate the host network stack correctly, the container needs to run with NET_ADMIN capablity and host mode networking. For example: ``` -docker run -d --cap=NET_ADMIN --net=host mayuresh82/gocast --config=/path/to/config.yaml +docker run -d --cap-add=NET_ADMIN --net=host -v /path/to/host-config:/path/to/container-config mayuresh82/gocast -config=/path/to/config.yaml -logtostderr ``` **Caveats and workarounds**