Docker images of RIPE Atlas Software Probe using Alpine Linux
100K+
Docker images of RIPE Atlas Software Probe using Alpine Linux
Based on the official code provided by RIPE NCC, with a few tweaks to make it run under Alpine Linux.
Images available on Docker Hub for architectures:
These can be pulled using the latest tag:
docker pull ctassisf/ripe-atlas-alpine:latest
Then you can run:
docker run --detach --name ripe-atlas --restart unless-stopped --volume $(pwd)/atlas-probe-etc:/probe/etc/ripe-atlas --volume $(pwd)/atlas-probe-status:/probe/var/run/ripe-atlas/status ctassisf/ripe-atlas-alpine:latest
docker ps; check container logs using docker logs ripe-atlas.This will create a directory atlas-probe-etc with the probe's SSH key in it.
Use the public SSH key probe_key.pub to register your probe here: https://atlas.ripe.net/apply/swprobe/
Content type
Image
Digest
sha256:f43ce4038…
Size
7 MB
Last updated
2 months ago
docker pull ctassisf/ripe-atlas-alpine