This archive is retained to ensure existing URLs remain functional. It will not contain any emails sent to this mailing list after July 1, 2024. For all messages, including those sent before and after this date, please visit the new location of the archive at https://mailman.ripe.net/archives/list/[email protected]/
[atlas] RIPE Atlas CLI tools docker image
- Previous message (by thread): [atlas] Satellite based "last mile" and Atlas probes
- Next message (by thread): [atlas] Rapidly decreasing credits
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Anurag Bhatia
me at anuragbhatia.com
Mon Apr 26 11:43:09 CEST 2021
Hello everyone, A little while ago I put RIPE Atlas CLI tools docker image based on alpine. - https://hub.docker.com/r/anuragbhatia/ripe-atlas-tools It stores the API keys at ~/.config on the host (and that is mounted inside the container). Dockerfile can be found here <https://github.com/anuragbhatia/ripe-atlas-tools/blob/master/Dockerfile> and one can use it to build image locally if intended to. *Example usage: * docker run --rm -v ~/.config:/root/.config -it anuragbhatia/ripe-atlas-tools ripe-atlas measure traceroute --from-country IN --target he.net One can set an alias in the local shell to make it appear almost like a locally installed setup. E.g on fish: anurag at Anurags-MacBook-Pro ~> alias ripe-atlas='docker run --rm -v ~/.config:/root/.config -it anuragbhatia/ripe-atlas-tools ripe-atlas' anurag at Anurags-MacBook-Pro ~> funcsave ripe-atlas anurag at Anurags-MacBook-Pro ~> Thus the reduces syntax is alias becomes: ripe-atlas measure traceroute --from-country IN --target he.net Please do share if anyone has any feedback. -- Anurag Bhatia anuragbhatia.com -------------- next part -------------- An HTML attachment was scrubbed... URL: </ripe/mail/archives/ripe-atlas/attachments/20210426/211c5158/attachment.html>
- Previous message (by thread): [atlas] Satellite based "last mile" and Atlas probes
- Next message (by thread): [atlas] Rapidly decreasing credits
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]