Update information on "rkt" folder

Update main README.md and folder-specific README.md for the "rkt"
folder to point out that these files don't yet work
This commit is contained in:
Scott Lowe 2015-05-21 09:16:13 -06:00
parent b3697c709f
commit 85b8a6b901
2 changed files with 8 additions and 2 deletions

View file

@ -16,6 +16,8 @@ This repository contains a variety of files and tools for learning new technolog
**photon**: This folder contains the files to spin up an instance of the VMware Photon Technical Preview using Vagrant.
**rkt**: This folder contains the files to work with `rkt`, the CoreOS implementation of the App Container (appc) specification, on Ubuntu 14.04. _THIS ENVIRONMENT IS NOT YET FULLY FUNCTIONAL._
**swarm-consul-openstack**: This folder contains files to create a Consul-backed Docker Swarm cluster on OpenStack. _THIS ENVIRONMENT IS NOT YET FULLY FUNCTIONAL._
**ubuntu-generic**: This folder contains a Vagrant environment for spinning up a generic 64-bit Ubuntu 14.04 VM. _Note there's nothing special going on here---just a plain, generic, Ubuntu VM._

View file

@ -2,6 +2,8 @@
These files were created to allow users to use Vagrant ([http://www.vagrantup.com](http://www.vagrantup.com)) quickly and relatively easily experiment with using `rkt` (pronounced "rock-it"), the CoreOS implementation of the App Container (appc) specification. The configuration was tested using Vagrant 1.7.2, VMware Fusion 6.0.5, and the Vagrant VMware plugin.
**WARNING:** These files are not yet fully functional!
## Contents
* **README.md**: This file you're currently reading.
@ -14,6 +16,8 @@ These files were created to allow users to use Vagrant ([http://www.vagrantup.co
## Instructions
These instructions assume you've already installed VMware Fusion, Vagrant, and the Vagrant VMware plugin. Please refer to the documentation for those products for more information on installation or configuration.
[NOT YET FUNCTIONAL]
**[NOT YET COMPLETE]**
## License
This material is licensed under the MIT License.