made the default value for docker_experimantal the string "false" instead of bool because the jinja bool is uppercase and the daemon fails to start
This commit is contained in:
parent
565c92f38f
commit
a87e9dd280
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"data-root": "{{ docker_root | default('/var/lib/docker') }}",
|
||||
"experimental": {{ docker_experimental | default (false) }}
|
||||
"experimental": {{ docker_experimental | default ('false') }}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue