Skip to content

Instantly share code, notes, and snippets.

View MarcelMue's full-sized avatar

Marcel MarcelMue

View GitHub Profile
### Keybase proof
I hereby claim:
* I am marcelmue on github.
* I am marcelmue (https://keybase.io/marcelmue) on keybase.
* I have a public key ASDwNaT2bS5cDx7yGVvlZEKhVsIExaLsI347e3OWF-HwHwo
To claim this, I am signing this object:
@MarcelMue
MarcelMue / file.md
Last active August 29, 2015 14:17

#Using the giantswarm CLI on Windows with boot2docker without a additional VM

####prerequisites:

  • Boot2docker should be running on your system and you should have access to it with boot2docker ssh
  • A filepath of your windows system should be mirrored in boot2docker (eg windows C:\\Users\Username should be boot2docker /c/Users/Username)
  • Have a decent console setup to make the following steps easier ( I use Console 2)

####Setup

  • Switch to your boot2docker with boot2docker ssh and download the swarm cli to a location mirrored by windows (eg your project folder) by executing curl -O http://downloads.giantswarm.io/swarm/clients/0.15.0/swarm-0.15.0-linux-amd64.tar.gz
  • run tar xzf swarm-0.15.0-linux-amd64.tar.gzat the same location