Skip to content

Commit 18d8305

Browse files
authored
Merge pull request opencontainers#401 from coolljt0725/env
config.md: clarify `command ENV` is an command of Dockerfile
2 parents 719b903 + d3c3afa commit 18d8305

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

170170
This field is used to mark if the history item created a filesystem diff.
171-
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).
171+
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](https://docs.docker.com/engine/reference/builder/#/env) command results in no change to the filesystem).
172172

173173
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.
174174

0 commit comments

Comments
 (0)