The preferred way to ship apps on VayuOS. Our OCI-compliant runtime is lighter than Docker and more secure than gVisor.
Runtime and build.
Scratch+. Our `vayu/base` image is under 5MB but includes enough of a shell and package manager to be useful for debugging.
Image Specs →Daemonless. Use Podman for local development. It's pre-installed and mapped to standard docker commands for compatibility.
Podman Guide →Fast Builds. Leverage parallel build execution and advanced caching to compile your apps inside containers at native speeds.
Build Tips →