Container First

The preferred way to ship apps on VayuOS. Our OCI-compliant runtime is lighter than Docker and more secure than gVisor.

Container Tools

Runtime and build.

Minified Base

Scratch+. Our `vayu/base` image is under 5MB but includes enough of a shell and package manager to be useful for debugging.

Image Specs →

Podman

Daemonless. Use Podman for local development. It's pre-installed and mapped to standard docker commands for compatibility.

Podman Guide →

BuildKit

Fast Builds. Leverage parallel build execution and advanced caching to compile your apps inside containers at native speeds.

Build Tips →