Merge pull request #43042 from jelipo/fix_image_spec

fix image spec JSON example
This commit is contained in:
Sebastiaan van Stijn 2021-11-23 11:00:11 +01:00 committed by GitHub
commit 00d8a3bb51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
}
}
```