VirtualBox Managing an Environment from Command Line: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
A set of scripts that wrap around the VirtualBox CLI and manage an environment can be found here: | A set of scripts that wrap around the VirtualBox CLI and manage an environment can be found here: | ||
To instrument an environment, copy [https://github.com/NovaOrdis/playground/blob/master/VirtualBox/envc envc] and [functions] in the environment's management directory, and modify env, updating the environment topology and the start/stop/status functions. | To instrument an environment, copy [https://github.com/NovaOrdis/playground/blob/master/VirtualBox/envc envc] and [https://github.com/NovaOrdis/playground/blob/master/VirtualBox/functions functions] (or set PLAYGROUND_HOME) in the environment's management directory, and modify env, updating the environment topology and the start/stop/status functions. | ||
Then: | Then: |
Latest revision as of 18:53, 24 May 2017
Internal
Overview
A set of scripts that wrap around the VirtualBox CLI and manage an environment can be found here:
To instrument an environment, copy envc and functions (or set PLAYGROUND_HOME) in the environment's management directory, and modify env, updating the environment topology and the start/stop/status functions.
Then:
envc status|start|stop