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:
- 386
- amd64
- arm/v6
- arm/v7
- arm64/v8
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:/var/atlas-probe/etc --volume $(pwd)/atlas-probe-status:/var/atlas-probe/status ctassisf/ripe-atlas-alpine:latest
- Check if the container is running using
docker ps
; check container logs usingdocker 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/