Quickstart
Building from source
Section titled “Building from source”The sandbox is currently pre-release. You build it from its source tree. There is no daemon: a VM is a helper process the CLI or the app spawns, tracks and reaps.
# Clone the repositorygit clone https://github.com/kendricklawton/tormoni.gitcd tormoni
# Initialize the rootfscargo xtask init
# Build the CLI and appcargo build --releaseRunning your first sandbox
Section titled “Running your first sandbox”Once built, you can run a command inside a fresh sandbox:
tormoni run -- uname -aTo open an interactive shell in the guest:
tormoni shellSee the CLI Reference for more commands, or learn how to use the GUI Notebook.