containerit icon indicating copy to clipboard operation
containerit copied to clipboard

Packaging a directory/workspace should acknowledge a .dockerignore file

Open nuest opened this issue 7 years ago • 0 comments

If packaging a complete directory, and in case the file names are explicitly listed in the Dockerfile (i.e. not using a COPY . statement), then a .dockerignore file in the directory should be used to filter files copied into the image.

Or should it rather be .containeritignore?

nuest avatar Mar 30 '17 13:03 nuest