Jamesits / docker-ripe-atlas

This is the RIPE Atlas software probe packaged as a Docker image.
https://hub.docker.com/r/jamesits/ripe-atlas
GNU General Public License v3.0
155 stars 22 forks source link

Cant get the public key #3

Closed mhmdscin closed 4 years ago

mhmdscin commented 4 years ago

Hi, I'm using a OrangPi PC2 ( Ubuntu Bionic with Armbian Linux 4.19.57-sunxi64) , with the latest Docker version:

Client: Docker Engine - Community
 Version:           19.03.10
 API version:       1.40
 Go version:        go1.13.10
 Git commit:        9424aea
 Built:             Thu May 28 22:16:52 2020
 OS/Arch:           linux/arm64
 Experimental:      false

Downlad and Instalation seems fine:

sudo docker run --detach --restart=always --log-opt max-size=10m --cpus=1 --memory=64m --memory-reservation=64m --cap-add=SYS_ADMIN --cap-add=CAP_NET_RAW --cap-add=CAP_CHOWN --mount type=tmpfs,destination=/var/atlasdata,tmpfs-size=64M -v /var/atlas-probe/etc:/var/atlas-probe/etc -v /var/atlas-probe/status:/var/atlas-probe/status -e RXTXRPT=yes --name ripe-atlas --hostname "$(hostname --fqdn)" jamesits/ripe-atlas:latest

Unable to find image 'jamesits/ripe-atlas:latest' locally
latest: Pulling from jamesits/ripe-atlas
afb6ec6fdc1c: Pull complete
f75594497621: Pull complete
89b686e178f6: Pull complete
3ba4e9e2fd5b: Pull complete
88f765b5befd: Pull complete
Digest: sha256:19ffe016171d50e761cead6a33f5b2ded51262ee8a1732c9869ff62df29a65bb
Status: Downloaded newer image for jamesits/ripe-atlas:latest
f27e411cafd8c1997953a4f4cbc14c6c3c22d4ea8e954a76648f5c69ea923f50

but when I run: $ cat /var/atlas-probe/etc/probe_key.pub I get: cat: /var/atlas-probe/etc/probe_key.pub: No such file or directory

Jamesits commented 4 years ago

Please post the output of docker logs ripe-atlas

Jamesits commented 4 years ago

Plus, if you are using an arm64 device (with armhf compatibility), you need to use the latest-armv7l tag.

mhmdscin commented 4 years ago

Thank you That was the problem, I should have used the latest-armv7l