Fix directive example to match description

The description claims the directive is appearing after a comment but
the sample Dockerfile has the directive appear after an instruction.
Changed the ordering of the lines to match the example's description.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
Upstream-commit: 558b8923ab
Component: cli
This commit is contained in:
Remy Suen
2017-03-10 07:11:30 +09:00
committed by Tibor Vass
parent f439e07413
commit 224077d070

View File

@ -199,8 +199,8 @@ directive:
```Dockerfile
# About my dockerfile
FROM ImageName
# directive=value
FROM ImageName
```
The unknown directive is treated as a comment due to not being recognized. In