Merge pull request #43042 from jelipo/fix_image_spec
fix image spec JSON example
This commit is contained in:
commit
00d8a3bb51
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