Difference between revisions of ".dockerignore"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
The <code>.dockerignore</code> file allows you to exclude files from the context like a . gitignore file allow you to exclude files from your git repository. You can use it to help avoid unnecessarily sending large or sensitive files and directories to the docker daemon.
+
The <code>.dockerignore</code> file allows you to exclude files from the context like a <code>.gitignore</code> file allow you to exclude files from your git repository. You can use it to help avoid unnecessarily sending large or sensitive files and directories to the docker daemon.
  
  

Revision as of 16:25, 12 October 2021

The .dockerignore file allows you to exclude files from the context like a .gitignore file allow you to exclude files from your git repository. You can use it to help avoid unnecessarily sending large or sensitive files and directories to the docker daemon.


Related terms

See also

Advertising: