Fix Dockerfile link in readme and add note about http requests for dev (#316)

* Fix Dockerfile link in README

* Add note about making http requests for dev
This commit is contained in:
Brian Cain 2019-03-04 10:05:42 -08:00 committed by mattkirby
parent a1ec332ffe
commit c815c130f8
2 changed files with 2 additions and 1 deletions

View file

@ -65,7 +65,7 @@ See the provided YAML configuration example, [vmpooler.yaml.example](vmpooler.ya
### Running via Docker ### Running via Docker
A [Dockerfile](Dockerfile) is included in this repository to allow running vmpooler inside a Docker container. A configuration file can be used via volume mapping, and specifying the destination as the configuration file via environment variables, or the application can be configured with environment variables alone. The Dockerfile provides an entrypoint so you may choose whether to run API, or manager services. The default behavior will run both. To build and run: A [Dockerfile](/docker/Dockerfile) is included in this repository to allow running vmpooler inside a Docker container. A configuration file can be used via volume mapping, and specifying the destination as the configuration file via environment variables, or the application can be configured with environment variables alone. The Dockerfile provides an entrypoint so you may choose whether to run API, or manager services. The default behavior will run both. To build and run:
``` ```
docker build -t vmpooler . && docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler docker build -t vmpooler . && docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler

View file

@ -24,6 +24,7 @@
- 'created_by' - 'created_by'
- 'project' - 'project'
domain: 'example.com' domain: 'example.com'
#domain: 'localhost' # Flip these out for local requests
prefix: 'poolvm-' prefix: 'poolvm-'
:pools: :pools: