From 699c19e972a3cbcc714403aedffcb5ff74386cfc Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 19 Oct 2025 03:53:20 +0900 Subject: hst/container: optional runtime and tmpdir sharing Sharing and persisting these directories do not always make sense. Make it optional here. Closes #16. Signed-off-by: Ophestra --- hst/hst_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hst/hst_test.go') diff --git a/hst/hst_test.go b/hst/hst_test.go index 0dd74886..b487dd5e 100644 --- a/hst/hst_test.go +++ b/hst/hst_test.go @@ -244,7 +244,9 @@ func TestTemplate(t *testing.T) { "tty": true, "multiarch": true, "map_real_uid": true, - "device": true + "device": true, + "share_runtime": true, + "share_tmpdir": true } }` -- cgit v1.3.1