mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
b3697c709f
commit
85b8a6b901
2 changed files with 8 additions and 2 deletions
|
|
@ -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._
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue