From 67a986a64ee319d136b92465335a8b935a31b57f Mon Sep 17 00:00:00 2001 From: James Swineson Date: Mon, 7 Feb 2022 18:01:12 +0800 Subject: [PATCH] update doc due to #16 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d016c..4d50938 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ The following prebuilt tags are available at [Docker Hub](https://hub.docker.com First we start the container: ```shell -docker run --detach --restart=always --log-opt max-size=10m \ +docker run --detach --restart=always \ + --log-driver json-file --log-opt max-size=10m \ --cpus=1 --memory=64m --memory-reservation=64m \ --cap-add=SYS_ADMIN --cap-add=NET_RAW --cap-add=CHOWN \ -v /var/atlas-probe/etc:/var/atlas-probe/etc \