Skip to content

Docker images of RIPE Atlas Software Probe using Alpine Linux

License

Notifications You must be signed in to change notification settings

alexdatur/ripe-atlas-alpine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ripe-atlas-alpine

Docker images of RIPE Atlas Software Probe using Alpine Linux

GitHub / Docker Hub

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 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/

About

Docker images of RIPE Atlas Software Probe using Alpine Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 80.2%
  • Shell 19.8%