mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
update README.md
This commit is contained in:
parent
c45205df80
commit
2392fe6d9a
10
README.md
10
README.md
@ -17,14 +17,14 @@ This is the [RIPE Atlas software probe](https://atlas.ripe.net/docs/software-pro
|
|||||||
First we start the container:
|
First we start the container:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run -d \
|
docker run --detach --restart=always \
|
||||||
--restart=always \
|
--cpus=1 --memory=64m --memory-reservation=64m \
|
||||||
--memory=256m \
|
|
||||||
--cap-add=SYS_ADMIN --cap-add=CAP_NET_RAW --cap-add=CAP_CHOWN \
|
--cap-add=SYS_ADMIN --cap-add=CAP_NET_RAW --cap-add=CAP_CHOWN \
|
||||||
--mount type=tmpfs,destination=/var/atlasdata,tmpfs-size=128M \
|
--mount type=tmpfs,destination=/var/atlasdata,tmpfs-size=64M \
|
||||||
-v /var/atlas-probe/etc:/var/atlas-probe/etc \
|
-v /var/atlas-probe/etc:/var/atlas-probe/etc \
|
||||||
-v /var/atlas-probe/status:/var/atlas-probe/status \
|
-v /var/atlas-probe/status:/var/atlas-probe/status \
|
||||||
--name ripe-atlas \
|
-e RXTXRPT=yes \
|
||||||
|
--name ripe-atlas --hostname "$(hostname --fqdn)" \
|
||||||
jamesits/ripe-atlas:latest
|
jamesits/ripe-atlas:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user