From 3d7ef340f74c1900a8ee292838d2419bde442f07 Mon Sep 17 00:00:00 2001 From: James Swineson Date: Mon, 4 May 2020 11:33:58 +0800 Subject: [PATCH] limit log size in the example run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63f863f..8dca4fd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is the [RIPE Atlas software probe](https://atlas.ripe.net/docs/software-pro First we start the container: ```shell -docker run --detach --restart=always \ +docker run --detach --restart=always --log-opt max-size=10m \ --cpus=1 --memory=64m --memory-reservation=64m \ --cap-add=SYS_ADMIN --cap-add=CAP_NET_RAW --cap-add=CAP_CHOWN \ --mount type=tmpfs,destination=/var/atlasdata,tmpfs-size=64M \