fix image spec JSON example

Signed-off-by: haining.cao <haining.cao@daocloud.io>
This commit is contained in:
haining.cao 2021-11-22 23:37:23 +08:00
parent ea0f3dc8f4
commit 715e78631d
3 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ Here is an example image JSON file:
"/var/job-result-data": {},
"/var/log/my-app-logs": {},
},
"WorkingDir": "/home/alice",
"WorkingDir": "/home/alice"
},
"rootfs": {
"diff_ids": [

View File

@ -144,7 +144,7 @@ Here is an example image JSON file:
"/var/job-result-data": {},
"/var/log/my-app-logs": {},
},
"WorkingDir": "/home/alice",
"WorkingDir": "/home/alice"
},
"rootfs": {
"diff_ids": [

View File

@ -151,7 +151,7 @@ Here is an example image JSON file:
"/var/job-result-data": {},
"/var/log/my-app-logs": {},
},
"WorkingDir": "/home/alice",
"WorkingDir": "/home/alice"
}
}
```