update readme

This commit is contained in:
James Swineson 2020-04-17 05:08:26 -07:00
parent 3b1ba2be92
commit e5c0170805

View File

@ -17,7 +17,7 @@ docker run -d \
--mount type=bind,src=/var/atlas-probe/etc,dst=/var/atlas-probe/etc \
--mount type=bind,src=/var/atlas-probe/status,dst=/var/atlas-probe/status \
--name ripe-atlas \
jamesits/ripe-atlas:nightly
jamesits/ripe-atlas:latest
```
Then we fetch the generated public key:
@ -47,6 +47,8 @@ docker run -d --restart=always -v /var/run/docker.sock:/var/run/docker.sock:ro -
Then start the RIPE Atlas container with argument `--net=ripe-atlas-network`.
Note this might break your network and your mileage may vary. You should swap `eth0` with your primary network adapter name, and if you use static IPv6 assignment instead of SLAAC, change `accept_ra` to `0`.
### Auto Update
Use this recipe for auto updating the docker container.