moby--moby/builder
Yong Tang 8913dace34 Add support for comment in .dockerignore
This fix tries to address the issue raised in #20083 where
comment is not supported in `.dockerignore`.

This fix updated the processing of `.dockerignore` so that any
lines starting with `#` are ignored, which is similiar to the
behavior of `.gitignore`.

Related documentation has been updated.

Additional tests have been added to cover the changes.

This fix fixes #20083.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-06-02 19:06:52 -07:00
..
dockerfile Add support for user-defined healthchecks 2016-06-02 23:58:34 +02:00
dockerignore Add support for comment in .dockerignore 2016-06-02 19:06:52 -07:00
builder.go
context.go
context_test.go
context_unix.go
context_windows.go
dockerignore.go
dockerignore_test.go
git.go
remote.go
remote_test.go
tarsum.go
tarsum_test.go
utils_test.go