From 85b8a6b901efb8da1d063fc3ff453c1e72ecd159 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Thu, 21 May 2015 09:16:13 -0600 Subject: [PATCH] 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 --- README.md | 2 ++ rkt/README.md | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e724ffd..e0f6a65 100644 --- a/README.md +++ b/README.md @@ -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._ diff --git a/rkt/README.md b/rkt/README.md index d5906d2..79683b8 100644 --- a/rkt/README.md +++ b/rkt/README.md @@ -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.