rm -rf ~yolobox gives the agent full permissions inside a container while keeping the important host boundaries intact.
Your project directory is mounted at its real host path for seamless session continuity. /Users/you/project inside equals /Users/you/project outside.
Your home directory is never mounted. SSH keys, credentials, cloud configs, dotfiles, other projects — all invisible to the agent.
Full sudo access, persistent named volumes, pre-installed tools. The agent installs anything it needs. Sessions survive restarts.
curl -fsSL https://raw.githubusercontent.com/finbarr/yolobox/master/install.sh | bashInstall yolobox, pick a runtime, and launch your first agent session.
Use packages or a Dockerfile fragment without taking on a permanent base-image fork.
Understand global config, project config, copied instructions, and forwarded credentials.
Look up runtime, network, Docker, resource, and customization flags by category.
See what yolobox protects, what it does not, and how to harden your setup further.
Keep the AI shortcut workflow front and center, and use the shell and maintenance commands intentionally.