Hi guys,
Im trying to run the Speedtest Docker by cdhtlr on my RB5009, but I’m facing some issues.
Everytime I try to pull the docker with the line
/container/add interface=veth1-speedtest root-dir=disk1/speedtest envlist=speedtest hostname=speedtest logging=yes remote-image=cdhtlr/mikrotik-speedtest:arm64
I find the status of the container in error:
[Alevx94@MikroTik] > /container/print
0 name="52aafd56-a5f1-4584-b1a0-430db456d9dd"
tag="cdhtlr/mikrotik-speedtest:arm64" os="" arch=""
interface=veth1-speedtest envlist="speedtest" root-dir=disk1/speedtest
mounts="" dns="" hostname="speedtest" logging=yes status=error
If I check the log, this is what I found :
importing remote image: cdhtlr/mikrotik-speedtest, tag: arm64
item added by Alevx94
unexpected response from container registry: resolving error
was unable to import, container c3874858-3dcb-4e1e-9f80-6bbbd66acc70
Any ideas?
EDIT : I managed to install the docker, but I had to pull it from a linux PC (I’ve used an Ubuntu VM) and than I’ve exported it as TAR. Then I’ve imported it into ROS and in this way it’s working.