scottslowe-learning-tools/rkt
Scott Lowe 3b6c509e5f Push initial version of files for rkt
Push an initial Vagrantfile, external YAML data file, shell script,
and README.md for an environment that can be used to experiment
with `rkt`.
2015-05-05 13:34:04 -06:00
..
README.md Push initial version of files for rkt 2015-05-05 13:34:04 -06:00
servers.yml Push initial version of files for rkt 2015-05-05 13:34:04 -06:00
setup.sh Push initial version of files for rkt 2015-05-05 13:34:04 -06:00
Vagrantfile Push initial version of files for rkt 2015-05-05 13:34:04 -06:00

Running Containers with rkt

These files were created to allow users to use Vagrant (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.

Contents

  • README.md: This file you're currently reading.

  • servers.yml: This YAML file contains a list of VM definitions and associated configuration data. It is referenced by Vagrantfile when Vagrant instantiates the VMs. No changes should be necessary to use this file.

  • setup.sh: This shell script is called by the Vagrant shell provisioner and configures rkt inside the VM created by Vagrant. No changes should be needed to this file.

  • Vagrantfile: This file is used by Vagrant to spin up the virtual machines. This file is fairly extensively commented to help explain what's happening. You should be able to use this file unchanged; all the VM configuration options are stored outside this file.

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 COMPLETE]