Skip to content

Commit 4346705

Browse files
authored
Merge pull request opencontainers#462 from coolljt0725/no_parent
config.md: remove "the ID of its parent image"
2 parents e3d20e8 + 0fa275c commit 4346705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Using a layer-based or union filesystem such as AUFS, or by computing the diff f
1818

1919
### Image JSON
2020

21-
Each image 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 entrypoint, default arguments, CPU/memory shares, networking, and volumes.
21+
Each image has an associated JSON structure which describes some basic information about the image such as date created, author, as well as execution/runtime configuration like its entrypoint, default arguments, CPU/memory shares, networking, and volumes.
2222
The JSON structure also references a cryptographic hash of each layer used by the image, and provides history information for those layers.
2323
This JSON is considered to be immutable, because changing it would change the computed [ImageID](#imageid).
2424
Changing it means creating a new derived image, instead of changing the existing image.

0 commit comments

Comments
 (0)