Move getting started guides to dedicated directory

The project README is getting quite large mainly because of all
the getting started guides embedded in the README.

Create the docs/getting-started-guides directory and relocate all
getting started guides. Update the README to link to each getting
started guide.
This commit is contained in:
Kelsey Hightower
2014-08-03 12:44:33 -07:00
parent 2282f9ce3a
commit ebf89262eb
6 changed files with 273 additions and 275 deletions

View File

@@ -0,0 +1,7 @@
## Getting started on [CoreOS](http://coreos.com)
There are multiple guides on running Kubernetes with [CoreOS](http://coreos.com):
[Single Kubernetes example in any environment](http://coreos.com/blog/running-kubernetes-example-on-CoreOS-part-1/)
[Multiple host example using VMware Fusion](http://coreos.com/blog/running-kubernetes-example-on-CoreOS-part-2/)