Merge pull request #30351 from friism/patch-9

remove indent from .dockerignore example
Upstream-commit: 4f926b67f4ee2c1494332d7f1021e3fc45ef045a
Component: engine
This commit is contained in:
Vincent Demeester
2017-01-23 11:30:23 +01:00
committed by GitHub

View File

@ -403,9 +403,9 @@ Here is an example `.dockerignore` file:
```
# comment
*/temp*
*/*/temp*
temp?
*/temp*
*/*/temp*
temp?
```
This file causes the following build behavior: