summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-12-24 09:10:27 +0100
committerChristian Poessinger <christian@poessinger.com>2022-12-24 09:10:56 +0100
commit6fe49566313f9c144f167eef4f018743236c182f (patch)
tree16d6cfba90630b997ff0daa0a305f444714e20b1
parent31d50f883929006c3e3a90395e481abefb0b0a1f (diff)
downloadvyos-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.
-rw-r--r--data/templates/container/storage.conf.j22
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"