mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
remove indent from .dockerignore example
Signed-off-by: Michael Friis <friism@gmail.com>
Upstream-commit: e65d4d2907
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
9ff6593d35
commit
db8a8c022f
@@ -403,9 +403,9 @@ Here is an example `.dockerignore` file:
|
||||
|
||||
```
|
||||
# comment
|
||||
*/temp*
|
||||
*/*/temp*
|
||||
temp?
|
||||
*/temp*
|
||||
*/*/temp*
|
||||
temp?
|
||||
```
|
||||
|
||||
This file causes the following build behavior:
|
||||
|
||||
Reference in New Issue
Block a user