# basic-container.toml — Minimal container workload manifest for Volt # # This creates a standard Voltainer container (systemd-nspawn, shared host kernel). # No custom kernel, no hybrid-native features. [workload] name = "test-container-basic" type = "container" image = "ubuntu:24.04" [resources] memory = "512M" cpu_weight = 100 pids_max = 2048 [network] mode = "private" bridge = "voltbr0" [security] seccomp = "default" landlock = "server" private_users = true