Validate that the master image "works" for some semblance of working locally

Fixes #2
This commit is contained in:
R. Tyler Croy 2018-01-03 12:19:32 -08:00
parent 5c3c709d43
commit 291c8cf14b
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ image itself.
. `docker pull codevalet/master:latest`
. `docker run -p 8080:80 -e GITHUB_USER=yourgithubname codevalet/master:latest`
. Navigate to link:http://localhost:8080/blue/pipelines[localhost:8080/blue/pipelines]
==== Environment Variables
@ -35,3 +36,5 @@ image itself.
* `AZURE_SUBSCRIPTION_ID` Azure subscription ID for agent provisioning
* `AZURE_CLIENT_ID` Azure client ID for agent provisioning
* `AZURE_CLIENT_SECRET` Azure client secret for agent provisioning.
* `SENTRY_DSN` (_optional_) link:https://sentry.io[Sentry] DSN for sending
error logs.