diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-28 15:10:01 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-05-28 15:10:01 +0200 |
commit | 367423acc33c7a5d1ee5f0f8980884026529f426 (patch) | |
tree | 58bb33e9ae3f6b7cd5a7e4f71fca2e35d74f7fd5 /data/templates/container/storage.conf.j2 | |
parent | f427201f56f84792d403baa49932645621457d31 (diff) | |
download | vyos-1x-367423acc33c7a5d1ee5f0f8980884026529f426.tar.gz vyos-1x-367423acc33c7a5d1ee5f0f8980884026529f426.zip |
container: T5003: add new mandatory option runroot
Diffstat (limited to 'data/templates/container/storage.conf.j2')
-rw-r--r-- | data/templates/container/storage.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
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" |