Skip to content

Commit 8fad81f

Browse files
committed
config.md: remove "the ID of its parent image"
we doesn't define parent image in the configuration, we should remove this sentence. Signed-off-by: Lei Jitang <[email protected]>
1 parent f3e2aa8 commit 8fad81f

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)