소스 검색

Merge pull request #43042 from jelipo/fix_image_spec

fix image spec JSON example
Sebastiaan van Stijn 3 년 전
부모
커밋
00d8a3bb51
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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"
     }
 }
 ```