Merge pull request #31712 from rcjsuen/patch-2
Fix directive example to match description
This commit is contained in:
commit
4744b01d3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue