Peppy tightens how container nodes handle host and temp paths, and adds a Quickstart from install to a simulated arm.
Released on July 25, 2026
Breaking changes
- Container nodes no longer inherit the caller's temporary directory. If a container node relied on that path, provide it explicitly.
- Peppy no longer auto-creates bind mount source paths that the host is expected to provide. Create those directories before starting the node, or the mount will fail.
Container and host-runtime behavior
- When a host runtime path is not available inside the VM, peppy now reports the actual constraint instead of a less specific error.
- Closed a case where a run command could bypass the restrictions on host runtime paths.
Documentation
- Added a Quickstart that walks you from installing peppy to a simulated OpenArm in three steps.