From 14d1ed867776ae5914c5e39f6f861306241c9062 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Tue, 10 Feb 2015 17:21:06 -0700 Subject: [PATCH] Update README.md with final instructions Update README.md with final instructions for using the files found in this directory tree. --- vagrant-docker/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vagrant-docker/README.md b/vagrant-docker/README.md index b65328b..01c7bc1 100644 --- a/vagrant-docker/README.md +++ b/vagrant-docker/README.md @@ -12,3 +12,10 @@ These files were created to allow users to use Vagrant ([http://www.vagrantup.co ## Instructions +1. If you wish to use a box _other_ than my "ubuntu-trusty-x64" base box (running Ubuntu 14.04), edit the `Vagrantfile` in the host subdirectory. + +2. If you wish to run a Docker container with an image _other_ than the standard Nginx image, edit the main `Vagrantfile` and specify a new image. + +3. From the directory where the main `Vagrantfile` is located, simply run `vagrant up` to spin up the specified host VM and specified Docker containers. Note that Internet access **will be** required to download Docker and the Docker images. + +Enjoy! \ No newline at end of file