From e100abf698191e55d04d7c3c331f724a23c85609 Mon Sep 17 00:00:00 2001 From: Enno Tensing Date: Tue, 29 Jul 2025 10:07:38 +0200 Subject: [PATCH] example.container: Show a host volume in the example config Since that is now possible, show an example for a host volume in the example configuration. Signed-off-by: Enno Tensing --- example.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.container b/example.container index 6092452..2108e18 100644 --- a/example.container +++ b/example.container @@ -42,7 +42,7 @@ } }, "volumes": { - "etc": "/etc:ro,noexec", + "/etc": "/etc:ro,noexec", "var": "/var" }, "capabilities": {