diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-24 09:10:27 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-12-24 09:10:56 +0100 |
commit | 6fe49566313f9c144f167eef4f018743236c182f (patch) | |
tree | 16d6cfba90630b997ff0daa0a305f444714e20b1 /data/templates/container | |
parent | 31d50f883929006c3e3a90395e481abefb0b0a1f (diff) | |
download | vyos-1x-6fe49566313f9c144f167eef4f018743236c182f.tar.gz vyos-1x-6fe49566313f9c144f167eef4f018743236c182f.zip |
container: T4870: update to overlay2 driver
overlay2 is the preferred storage driver for all currently supported Linux
distributions, and requires no extra configuration.
Diffstat (limited to 'data/templates/container')
-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 9f9add43c..39a072c70 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 = "overlay" + driver = "overlay2" graphroot = "/usr/lib/live/mount/persistence/container/storage" |