mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
update readme
This commit is contained in:
parent
3b1ba2be92
commit
e5c0170805
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user