The VM instances can be managed using commands provided by install.sh. All commands should be run from the installation directory.
| COMMAND | DEFINITION |
|---|---|
./install.sh help
|
Show all available commands and options |
./install.sh list [--all]
|
List VM instances |
./install.sh create <name>
|
Create a new instance |
./install.sh start [dir]
|
Start an instance |
./install.sh stop [dir] [--force]
|
Stop an instance |
./install.sh status [dir]
|
Show instance status |
./install.sh delete [dir]
|
Delete an instance |