File tree 1 file changed +4
-3
lines changed
engine/userguide/storagedriver
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -338,9 +338,10 @@ command.
338
338
> ** Note** : Under the content addressable storage model introduced with Docker
339
339
> 1.10, image history data is no longer stored in a config file with each image
340
340
> layer. It is now stored as a string of text in a single config file that
341
- > relates to the overall image. This can result in some image layers showing as
342
- > "missing" in the output of the ` docker history ` command. This is normal
343
- > behavior and can be ignored.
341
+ > relates to the overall image. This can result in some parent image layers showing as
342
+ > ` missing ` in the output of the ` docker history ` command. This is normal
343
+ > behavior and can be ignored. ` missing ` means that there is no local image
344
+ > associated with this history chain.
344
345
>
345
346
> You may hear images like these referred to as * flat images* .
346
347
You can’t perform that action at this time.
0 commit comments