From 367423acc33c7a5d1ee5f0f8980884026529f426 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 28 May 2023 15:10:01 +0200 Subject: container: T5003: add new mandatory option runroot --- data/templates/container/storage.conf.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'data/templates') diff --git a/data/templates/container/storage.conf.j2 b/data/templates/container/storage.conf.j2 index ec2046fb5..1a4e601b5 100644 --- a/data/templates/container/storage.conf.j2 +++ b/data/templates/container/storage.conf.j2 @@ -2,5 +2,6 @@ [storage] driver = "overlay" graphroot = "/usr/lib/live/mount/persistence/container/storage" + runroot = "/var/run/containers/storage" [storage.options] mount_program = "/usr/bin/fuse-overlayfs" -- cgit v1.2.3