Skip to content

Quickstart

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.

Terminal window
# Clone the repository
git clone https://github.com/kendricklawton/tormoni.git
cd tormoni
# Initialize the rootfs
cargo xtask init
# Build the CLI and app
cargo build --release

Once built, you can run a command inside a fresh sandbox:

Terminal window
tormoni run -- uname -a

To open an interactive shell in the guest:

Terminal window
tormoni shell

See the CLI Reference for more commands, or learn how to use the GUI Notebook.