weaveworks / launcher

Weave Cloud Launcher
Apache License 2.0
10 stars 13 forks source link

run on Windows #147

Open rade opened 6 years ago

rade commented 6 years ago

We've had folks attempt to run the launcher of Windows 7, MiniKube, and "the git bash shell that comes with docker toolbox". That resulted in

/tmp/weave_bootstrap.XXXX: line 1: Invalid: command not found

presumably because it cannot execute the downloaded launcher binary on Windows.

leth commented 6 years ago

~I thought there might have been a problem with #/bin/sh but it might just be an encoding problem.~

The line 1 part confuses me, but the path suggests it's the binary.

rade commented 6 years ago

but the path suggests it's the binary.

That's why I wrote "it cannot execute the downloaded launcher binary" ;)