mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
19 lines
728 B
Markdown
19 lines
728 B
Markdown
# RIPE Atlas Docker Image
|
|
|
|
This is the [RIPE Atlas software probe](https://atlas.ripe.net/docs/software-probe/) packaged as a Docker image.
|
|
|
|
[](https://dev.azure.com/nekomimiswitch/General/_build/latest?definitionId=83&branchName=master)
|
|
|
|
## Running
|
|
|
|
```shell
|
|
docker run \
|
|
--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 \
|
|
jamesits/ripe-atlas:latest
|
|
```
|