Hi,
I followed the steps in below :-
Cowpoke 1: Getting Started with Rancher
to setup Rancher Server on my Windows8.1 laptop. The Rancher Server could launch successfully on my localhost:8080. However, when I try to add my Linux VM via running
-----------------------------**
sudo docker run -d --privileged -v /var/run/docker.sock:/var/run/docker.sock rancher/agent:v0.8.2 …
The Rancher Agent cannot start successfully with error:-
*-------------------
INFO: http://10.200.1.205:8080/v1 is accessible
/run.sh: line 171: $’\r’: command not found
Is it an issue caused by running Rancher Server code on Windows? I noticed the instructions listed only Linux/Mac OS. How to get rid of such error on Windows ?
Thanks a lot!
-Yan