mirror of
https://github.com/marcoallegretti/karapace.git
synced 2026-03-26 21:43:09 +00:00
15 lines
295 B
TOML
15 lines
295 B
TOML
|
|
# Minimal Karapace environment — just a base system, no extras.
|
||
|
|
# Good for testing or as a starting point.
|
||
|
|
#
|
||
|
|
# Usage:
|
||
|
|
# karapace build examples/minimal.toml
|
||
|
|
# karapace enter <env_id>
|
||
|
|
|
||
|
|
manifest_version = 1
|
||
|
|
|
||
|
|
[base]
|
||
|
|
image = "rolling" # openSUSE Tumbleweed
|
||
|
|
|
||
|
|
[runtime]
|
||
|
|
backend = "namespace"
|