This image is updated via pull requests to the INsReady/docker-magellan
GitHub repo.
Magellan is the official command-line client for RIPE Atlas.
If you want to build the image locally you can do this by running the following command.
$ docker build -t insready/magellan .
View a basic report for a public measurement:
$ docker run --rm insready/magellan ripe-atlas report <measurement_id>
View the live stream for a measurement:
$ docker run --rm insready/magellan ripe-atlas stream <measurement_id>
Get a list of probes in ASN 3333:
$ docker run --rm insready/magellan ripe-atlas probes --asn 3333
For full documentation, please see ReadTheDocs
The following Docker Hub features can help with the task of keeping your dependent images up-to-date:
- Automated Builds let Docker Hub automatically build your Dockerfile each time you push changes to it.
- Repository Links can ensure that your image is also rebuilt any time
insready/magellan
is updated.
View license information for the software contained in this image.
This image is officially supported on Docker version 1.9.1.
Support for older versions (down to 1.6) is provided on a best-effort basis.
Please see the Docker installation documentation for details on how to upgrade your Docker daemon.
Documentation for this image is stored in the README.md
of the insready/magellan
GitHub repo. Be sure to familiarize yourself with the repository's README.md
file before attempting a pull request.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You can also reach many of the official image maintainers via the #docker-library
IRC channel on Freenode.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.