mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
fix #5
This commit is contained in:
parent
6b87dcae5c
commit
0707df1063
@ -26,7 +26,7 @@ First we start the container:
|
||||
```shell
|
||||
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 \
|
||||
--cap-add=SYS_ADMIN --cap-add=NET_RAW --cap-add=CHOWN \
|
||||
--mount type=tmpfs,destination=/var/atlasdata,tmpfs-size=64M \
|
||||
-v /var/atlas-probe/etc:/var/atlas-probe/etc \
|
||||
-v /var/atlas-probe/status:/var/atlas-probe/status \
|
||||
|
Loading…
x
Reference in New Issue
Block a user