v1 spec: fix typos and formatting

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
Tomas Tomecek 2015-04-23 07:40:59 +02:00
parent eae272f90e
commit d6c839cf0f
1 changed files with 9 additions and 9 deletions

View File

@ -31,7 +31,7 @@ This specification uses the following terms:
Image JSON Image JSON
</dt> </dt>
<dd> <dd>
Each layer has an associated A JSON structure which describes some Each layer has an associated JSON structure which describes some
basic information about the image such as date created, author, and the basic information about the image such as date created, author, and the
ID of its parent image as well as execution/runtime configuration like ID of its parent image as well as execution/runtime configuration like
its entry point, default arguments, CPU/memory shares, networking, and its entry point, default arguments, CPU/memory shares, networking, and
@ -81,7 +81,7 @@ This specification uses the following terms:
times of any entries differ. For this reason, image checksums are times of any entries differ. For this reason, image checksums are
generated using the TarSum algorithm which produces a cryptographic generated using the TarSum algorithm which produces a cryptographic
hash of file contents and selected headers only. Details of this hash of file contents and selected headers only. Details of this
algorithm are described in the separate [TarSum specification](https://github.com/docker/docker/blob/master/pkg/tarsum/tarsum_spec.md). algorithm are described in the separate <a href="https://github.com/docker/docker/blob/master/pkg/tarsum/tarsum_spec.md">TarSum specification</a>.
</dd> </dd>
<dt> <dt>
Tag Tag