CoreOS cluster on a Mac via Vagrant
Fancy playing with CoreOS and on a Mac? It is possible # Clone CoreOS’s Vagrant repository from https://github.com/coreos/coreos-vagrant git clone git@github.com:coreos/coreos-vagrant.git cd coreos-vagrant # Clear out any pre-existing cluster vagrant destroy -f # Ensure the latest vagrant images …