Skip to content

Commit 642e676

Browse files
committed
config.md: clarify command ENV is an command of Dockerfile
If user doesn't know much about Dockerfile, the sentence `a command like ENV` is confused, we should make it clear the `ENV` is an command of Dockerfile. Signed-off-by: Lei Jitang <[email protected]>
1 parent ae3a252 commit 642e676

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
@@ -172,7 +172,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a
172172
- **empty_layer** *boolean*, OPTIONAL
173173

174174
This field is used to mark if the history item created a filesystem diff.
175-
It is set to true if this history item doesn't correspond to an actual layer in the rootfs section (for example, a command like ENV which results in no change to the filesystem).
175+
It is set to true if this history item doesn't correspond to an actual layer in the rootfs section (for example, Dockerfile's ENV command results in no change to the filesystem).
176176

177177
Any extra fields in the Image JSON struct are considered implementation specific and should be ignored by any implementations which are unable to interpret them.
178178

0 commit comments

Comments
 (0)