1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #31712 from rcjsuen/patch-2

Fix directive example to match description
This commit is contained in:
Vincent Demeester 2017-03-13 16:34:29 +01:00 committed by GitHub
commit 4744b01d3b

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