.dockerignore: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=External=
* https://docs.docker.com/engine/reference/builder/#dockerignore-file
=Internal=
=Internal=



Revision as of 22:45, 29 January 2018

External

Internal

Overview

Contains files and directories from the build context that won't be uploaded to the docker host when the image is built. .dockerignore supports exclusion patterns similar to .gitignore.