<div dir="ltr">Hello everyone, <div><br></div><div><br></div><div>A little while ago I put RIPE Atlas CLI tools docker image based on alpine.  - <a href="https://hub.docker.com/r/anuragbhatia/ripe-atlas-tools">https://hub.docker.com/r/anuragbhatia/ripe-atlas-tools</a></div><div>It stores the API keys at ~/.config on the host (and that is mounted inside the container). Dockerfile can be found <a href="https://github.com/anuragbhatia/ripe-atlas-tools/blob/master/Dockerfile">here</a> and one can use it to build image locally if intended to. <br></div><div><div><br></div><div><br></div><div><br></div><div><br></div><div><b><u>Example usage: </u></b></div><div><br></div><div><font face="monospace">docker run --rm -v ~/.config:/root/.config -it anuragbhatia/ripe-atlas-tools ripe-atlas measure traceroute --from-country IN --target <a href="http://he.net">he.net</a></font><br></div><div><br></div><div><br></div><div>One can set an alias in the local shell to make it appear almost like a locally installed setup. </div><div>E.g on fish:</div><div><br></div><div><font face="monospace">anurag@Anurags-MacBook-Pro ~> alias ripe-atlas='docker run --rm -v ~/.config:/root/.config -it anuragbhatia/ripe-atlas-tools ripe-atlas'<br>anurag@Anurags-MacBook-Pro ~> funcsave ripe-atlas<br>anurag@Anurags-MacBook-Pro ~></font><br></div><div><br></div><div><br></div><div>Thus the reduces syntax is alias becomes: </div><div><font face="monospace"><br></font></div><div><font face="monospace">ripe-atlas measure traceroute --from-country IN --target <a href="http://he.net">he.net</a></font><br></div><div><br></div><div><br></div><div>Please do share if anyone has any feedback. </div><div><br></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><span style="font-family:arial,helvetica,sans-serif">Anurag Bhatia</span><br></div><div></div><div><font face="arial, helvetica, sans-serif"><a href="http://anuragbhatia.com" target="_blank">anuragbhatia.com</a></font></div></div></div></div></div></div></div></div>