From 4f2155d6eec6b182410eb2044b8a051a965c50cb Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Sat, 9 Jan 2016 22:01:43 -0700 Subject: [PATCH] Update README.md Update README.md with information on using Ansible to configure the Docker daemon on VMware Photon. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7a68353..278357a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,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. +**photon-ansible**: In this folder is a Vagrant environment for using Ansible with VMware Photon; specifically, for using Ansible to configure Photon's pre-installed Docker daemon to listen over a network socket. + **photon-cloudinit**: This folder contains the files to spin up VMs, using Vagrant and customized via `cloud-init`, running the VMware Photon Technical Preview. **README.md**: This document that you're currently reading.