scorpiox-unshare is a rootless container runtime that leverages Linux user namespaces to create isolated execution environments without requiring root privileges. It sets up PID, mount, network, and user namespace isolation, enabling secure sandboxed process execution. Built as a lightweight alternative to full container runtimes, it provides fast startup and minimal overhead for CLI workloads.
| Flag | Short | Description | Takes Value |
|---|---|---|---|
--verbose |
— |
Enable verbose output with detailed namespace setup and teardown logging | No |
--perf |
— |
Enable performance timing for namespace creation, process execution, and cleanup phases | No |
--no-perf |
— |
Disable performance timing output (overrides default if perf is enabled globally) | No |