remove indent from .dockerignore example

Signed-off-by: Michael Friis <friism@gmail.com>
Upstream-commit: 0f5a98122f92d3fef520773ea619523129794fd7
Component: engine
This commit is contained in:
Michael Friis
2017-01-22 10:46:04 -08:00
committed by GitHub
parent 6d01039fe4
commit cbe273ba85
+3 -3
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: