update doc due to #16

This commit is contained in:
James Swineson 2022-02-07 18:01:12 +08:00 committed by GitHub
parent a139fa9be4
commit 67a986a64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \