mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
limit log size in the example run command
This commit is contained in:
parent
2392fe6d9a
commit
3d7ef340f7
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user