From 8105503b99c4d84d82685fce1225c6124381b19c Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Tue, 20 Dec 2016 10:55:12 -0800 Subject: [PATCH] Remove outdated line about template configuration --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 84fa2fe..40e29ef 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,6 @@ A [Dockerfile](Dockerfile) is included in this repository to allow running vmpoo docker build -t vmpooler . && docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler ``` -### Template set-up - -Template set-up is left as an exercise to the reader. Somehow, either via PXE, embedded bootstrap scripts, or some other method -- clones of VM templates need to be able to set their hostname, register themselves in your DNS, and be resolvable by the vmpooler application after completing the clone task and booting up. - - ## API and Dashboard vmpooler provides an API and web front-end (dashboard) on port `:4567`. See the provided YAML configuration example, [vmpooler.yaml.example](vmpooler.yaml.example), to specify an alternative port to listen on.