Merge pull request #2703 from guillaumerose/multi

metadata: handle json with more than 2 levels
This commit is contained in:
Rolf Neugebauer
2017-11-14 13:39:27 +00:00
committed by GitHub
13 changed files with 324 additions and 88 deletions

View File

@@ -11,7 +11,7 @@ init:
onboot:
# support metadata for optional config in /var/config
- name: metadata
image: linuxkit/metadata:9506d124d0a3ff645c9781c47f207423abf6154d
image: linuxkit/metadata:026aca5c08c22589a7e319f79449bef2c65f04c5
- name: sysctl
image: linuxkit/sysctl:a9ad57ed738a31ea9380cd73236866c312b35489
- name: sysfs

View File

@@ -1,8 +1,10 @@
{
"docker": {
"daemon.json": {
"perm": "0644",
"content": "{ \"debug\": true }"
"entries": {
"daemon.json": {
"perm": "0644",
"content": "{ \"debug\": true }"
}
}
}
}
}