UNPKG

coreflow

Version:

manage docker and scale applications across servers

23 lines (14 loc) 541 B
# coreflow manage docker and scale applications across servers coreflow allows you to specify services in json format and have coreflow manage distribition of services across you servers ## Usage In order to use coreflow you need to have a `~/coreflow.json`in place with some environment data ### coreflow.json key | default value | description --- | --- | --- "origingroup" | "somegroup/url" | some description ### CLI coreflow can be controlled from the CLI: ```shell coreflow deploy # fetches changes and starts containers ```