diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-29 19:52:46 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-29 19:52:46 +0200 |
commit | 8ec6910fb8386a6c9a70aeef85f3b1fa3b7279d2 (patch) | |
tree | 263e46afa482c4ac5ef14c9be2758d4fbf7ed7c1 /data/templates/containers/storage.conf.j2 | |
parent | 80ecb1b7aaab47edeb355c3b74a763e940d88179 (diff) | |
download | vyos-1x-8ec6910fb8386a6c9a70aeef85f3b1fa3b7279d2.tar.gz vyos-1x-8ec6910fb8386a6c9a70aeef85f3b1fa3b7279d2.zip |
T2216: containers need to be added via "add container image" in advance before using them
Diffstat (limited to 'data/templates/containers/storage.conf.j2')
-rw-r--r-- | data/templates/containers/storage.conf.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/containers/storage.conf.j2 b/data/templates/containers/storage.conf.j2 new file mode 100644 index 000000000..3a69b7252 --- /dev/null +++ b/data/templates/containers/storage.conf.j2 @@ -0,0 +1,5 @@ +### Autogenerated by /usr/libexec/vyos/conf_mode/containers.py ### + +[storage] + driver = "vfs" + graphroot = "/config/containers/storage" |