mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
fix image spec JSON example
Signed-off-by: haining.cao <haining.cao@daocloud.io>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user