diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-23 18:35:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 18:35:31 +0100 |
commit | 40efa3e7284c29e0f00406236cdfc2a4a732a48e (patch) | |
tree | 07c0fa457776aa801f08ee0cb51e869ffac93178 /data/templates/container/storage.conf.j2 | |
parent | 13c453039216f77210f744028f7f42dac39e0218 (diff) | |
parent | f07c2071129bf8c29d54bc20ba6190a2b4c947cd (diff) | |
download | vyos-1x-40efa3e7284c29e0f00406236cdfc2a4a732a48e.tar.gz vyos-1x-40efa3e7284c29e0f00406236cdfc2a4a732a48e.zip |
Merge pull request #1702 from TGNThump/patch-1
container: T4870: Update podman to use overlay storage driver
Diffstat (limited to 'data/templates/container/storage.conf.j2')
-rw-r--r-- | data/templates/container/storage.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/container/storage.conf.j2 b/data/templates/container/storage.conf.j2 index 665f9bf95..9f9add43c 100644 --- a/data/templates/container/storage.conf.j2 +++ b/data/templates/container/storage.conf.j2 @@ -1,4 +1,4 @@ ### Autogenerated by container.py ### [storage] - driver = "vfs" + driver = "overlay" graphroot = "/usr/lib/live/mount/persistence/container/storage" |