Update README.md

This commit is contained in:
Kasra Bigdeli 2019-01-08 21:33:31 -08:00 committed by GitHub
parent 9b3bc05bbd
commit e2f11c0348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ Process:
- Varibles can be anywhere in the JSON and they will be replaced by what user enters
- Each variable must have `id`, `label`. It may also have `defaultValue`, `validRegex`, `description`.
- Other than `image`, `environment`, `ports`, `volumes`, `depends_on`, other parameters are ignored. Make sure they are not important.
- Instead of image in a service, you can use `dockerfileLines` which is an array of strings.