Coreos Vagrant Environment
This project allows you to spin up a coreos host with docker, etcd and fleet all exposed via tcp. Folow these steps to get up and running:
- Copy config.rb.sample to config.rb - this file contain ports that can be changed to your liking. The default setup should work though.
- Copy user-data.sample to user-data - this is a cloud config that tells fleet which units to start.
- If you are using a private docker registry like hub.docker.com, run docker login on your local machine and copy the contents of ~/.dockercfg to the 'Write Files' section of user-data.
- Vagrant up
Have fun with CoreOS!