Bläddra i källkod

fix image spec JSON example

Signed-off-by: haining.cao <haining.cao@daocloud.io>
haining.cao 3 år sedan
förälder
incheckning
715e78631d
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      image/spec/v1.1.md
  2. 1 1
      image/spec/v1.2.md
  3. 1 1
      image/spec/v1.md

+ 1 - 1
image/spec/v1.1.md

@@ -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": [

+ 1 - 1
image/spec/v1.2.md

@@ -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": [

+ 1 - 1
image/spec/v1.md

@@ -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"
     }
 }
 ```