2020-04-17 04:31:28 -07:00
2020-04-17 04:31:28 -07:00
2020-04-17 04:03:55 -07:00
2020-04-17 03:55:57 -07:00
2020-04-17 04:31:28 -07:00

RIPE Atlas Docker Image

This is the RIPE Atlas software probe packaged as a Docker image.

Build Status

Running

First we start the container:

docker run -d \
	--restart=unless-stopped \
	--memory=256m \
	--cap-add=SYS_ADMIN --cap-add=CAP_NET_RAW --cap-add=CAP_CHOWN \
	--mount type=tmpfs,destination=/var/atlasdata \
	--mount type=bind,src=/var/atlas-probe/etc,dst=/var/atlas-probe/etc \
	--mount type=bind,src=/var/atlas-probe/status,dst=/var/atlas-probe/status \
	--name ripe-atlas \
	jamesits/ripe-atlas:latest

Then we fetch the generated public key:

cat /var/atlas-probe/etc/probe_key.pub

Register the probe with your public key.

Description
This is the RIPE Atlas software probe packaged as Alpine Linux image. Forked from original Debian image
Readme GPL-3.0 126 KiB
Languages
Dockerfile 61.1%
Shell 38.9%