mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
v1 spec: fix typos and formatting
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
eae272f90e
commit
d6c839cf0f
1 changed files with 9 additions and 9 deletions
|
@ -31,7 +31,7 @@ This specification uses the following terms:
|
|||
Image JSON
|
||||
</dt>
|
||||
<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
|
||||
ID of its parent image as well as execution/runtime configuration like
|
||||
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
|
||||
generated using the TarSum algorithm which produces a cryptographic
|
||||
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>
|
||||
<dt>
|
||||
Tag
|
||||
|
|
Loading…
Reference in a new issue