Down Command
The down
brings down and stops the EdgeBuilder Server Components.
This command can be used as follows:
- By itself, such as
down
, to bring down the Server Components without removing docker volumes - With
-v
arg, such asdown -v
, to bring down the Server Components and remove docker volumes
edgebuilder-server down
edgebuilder-server down -v
Parameters
Parameter | Type | Required (Y/N) | Description |
---|---|---|---|
-v |
String | N | Removes docker volumes when Server Components are brought down |