fix image spec JSON example
Signed-off-by: haining.cao <haining.cao@daocloud.io>
This commit is contained in:
parent
ea0f3dc8f4
commit
715e78631d
3 changed files with 3 additions and 3 deletions
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue