Browse code

v1 spec: fix typos and formatting

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>

Tomas Tomecek authored on 2015/04/23 14:40:59
Showing 1 changed files
... ...
@@ -31,7 +31,7 @@ This specification uses the following terms:
31 31
         Image JSON
32 32
     </dt>
33 33
     <dd>
34
-        Each layer has an associated A JSON structure which describes some
34
+        Each layer has an associated JSON structure which describes some
35 35
         basic information about the image such as date created, author, and the
36 36
         ID of its parent image as well as execution/runtime configuration like
37 37
         its entry point, default arguments, CPU/memory shares, networking, and
... ...
@@ -81,7 +81,7 @@ This specification uses the following terms:
81 81
         times of any entries differ. For this reason, image checksums are
82 82
         generated using the TarSum algorithm which produces a cryptographic
83 83
         hash of file contents and selected headers only. Details of this
84
-        algorithm are described in the separate [TarSum specification](https://github.com/docker/docker/blob/master/pkg/tarsum/tarsum_spec.md).
84
+        algorithm are described in the separate <a href="https://github.com/docker/docker/blob/master/pkg/tarsum/tarsum_spec.md">TarSum specification</a>.
85 85
     </dd>
86 86
     <dt>
87 87
         Tag
... ...
@@ -492,9 +492,9 @@ Changeset tar archives.
492 492
 There is also a format for a single archive which contains complete information
493 493
 about an image, including:
494 494
 
495
-    - repository names/tags
496
-    - all image layer JSON files
497
-    - all tar archives of each layer filesystem changesets
495
+ - repository names/tags
496
+ - all image layer JSON files
497
+ - all tar archives of each layer filesystem changesets
498 498
 
499 499
 For example, here's what the full archive of `library/busybox` is (displayed in
500 500
 `tree` format):
... ...
@@ -523,10 +523,10 @@ For example, here's what the full archive of `library/busybox` is (displayed in
523 523
 There are one or more directories named with the ID for each layer in a full
524 524
 image. Each of these directories contains 3 files:
525 525
 
526
-    * `VERSION` - The schema version of the `json` file
527
-    * `json` - The JSON metadata for an image layer
528
-    * `layer.tar` - The Tar archive of the filesystem changeset for an image
529
-      layer.
526
+ * `VERSION` - The schema version of the `json` file
527
+ * `json` - The JSON metadata for an image layer
528
+ * `layer.tar` - The Tar archive of the filesystem changeset for an image
529
+   layer.
530 530
 
531 531
 The content of the `VERSION` files is simply the semantic version of the JSON
532 532
 metadata schema: