Added optional change of docker root dir

This commit is contained in:
thiuda 2021-06-03 17:59:34 +02:00
parent d13072cbea
commit 60f58ad45b
3 changed files with 13 additions and 0 deletions

3
templates/daemon.json.j2 Normal file
View file

@ -0,0 +1,3 @@
{
"data-root": "{{ docker_root }}"
}