-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eeb5f02
commit 815a4f6
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Guide for develop flowqio scenario | ||
|
||
* Scenario use docker-compose v2 format as enviroment profile | ||
|
||
* Scenario use markdown format as content profile | ||
|
||
* Add customization template feature | ||
|
||
|
||
|
||
# A scenario structure | ||
|
||
fixed name : | ||
|
||
* docker-compose.yaml // envrionment profile | ||
|
||
* index.json // content profile | ||
|
||
* other file use markdown format , must be declar in index.json | ||
|
||
envrionment : | ||
|
||
* {OID} is scenarion instance creator id ,defualt use for docker-compose networks, storge config. | ||
|
||
content: | ||
|
||
* `git status`{{execute}} //{{execute}} will be creator click link, this link can be send to container instance. | ||
|
||
|
||
## Scenarion Example - git-startup | ||
|
||
[git-startup](https://github.com/flowqio/scenario/git-startup) |