moby--moby/pkg/archive
Doug Davis 6d801a3caa Have .dockerignore support Dockerfile/.dockerignore
If .dockerignore mentions either then the client will send them to the
daemon but the daemon will erase them after the Dockerfile has been parsed
to simulate them never being sent in the first place.

an events test kept failing for me so I tried to fix that too

Closes #8330

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-01-06 10:57:48 -08:00
..
testdata
MAINTAINERS
README.md
archive.go Have .dockerignore support Dockerfile/.dockerignore 2015-01-06 10:57:48 -08:00
archive_test.go Have .dockerignore support Dockerfile/.dockerignore 2015-01-06 10:57:48 -08:00
archive_unix.go
archive_windows.go
changes.go
changes_test.go Refactor to optimize storage driver ApplyDiff() 2014-12-17 21:54:23 -08:00
diff.go Refactor to optimize storage driver ApplyDiff() 2014-12-17 21:54:23 -08:00
diff_test.go
example_changes.go
time_linux.go
time_unsupported.go
utils_test.go Refactor to optimize storage driver ApplyDiff() 2014-12-17 21:54:23 -08:00
wrap.go

README.md

This code provides helper functions for dealing with archive files.