#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 executingcurl -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.gz
at the same location