Rancher Agent on raspberry

Hey,

After an intallation of racher in a docker machine, i can ad host(s) with Cattle, first, and kubernetes
in a second try. but i can’t add host a raspberry pi 3, because to be i use an agent found on the hub for ARM proc.
I use :
docker run --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/rancher:/var/lib/rancher ilix/armhf-rancher-agent http://thinkpc:8080/v1/scripts/B98F6DCD1823F1FCC4E9:1483142400000:pMxbbVTWlNRM7Qfwl9PkRv9s

But after some seconds, the answer is
ERROR: http://thinkpc:8080/v1 is not accessible but when i ping the service, everything seems to be ok.
I think the agent is not a good binary, how find a link to build the agent on a raspberry.

Olivier

Can you do a curl or wget to the entire URL from the raspberry? That error is usually because the host cannot access the server.

You can try compiling the agent yourself.

Does Rancher Agent support ARM ?