.DOCKERIGNORE Přípona souboru

Docker Ignore File

Vývojář Docker
Popularita
2.0  |  1 Hlas
 

Co je soubor DOCKERIGNORE?

A DOCKERIGNORE file is a build configuration file used by Docker, an application packaging and distribution platform. It contains a list of files and directories Docker will ignore when building an associated application. DOCKERIGNORE files are typically named .dockerignore.

Další informace

Snímek obrazovky souboru .dockerignore v Microsoft Visual Studio Code
Soubor DOCKERIGNORE otevřený v Microsoft Visual Studio Code

Developers use Docker to build and distribute applications via containers. When building an application with Docker, developers may want to tell Docker to ignore certain files and directories included in the application's project directory. (Ignoring these files and directories speeds up the build process, by avoiding sending unnecessary files to Docker's build client.)

To do so, developers create a DOCKERIGNORE file. Each DOCKERIGNORE file is a plain text file that typically begins with the text # .dockerignore and then specifies the list of files and directories the Docker build client should ignore when building the associated application. Usually, developers create a single DOCKERIGNORE file for use with each app project, and they place it in the app's root directory. However, in some cases, developers may end up creating multiple DOCKERIGNORE files for use with a project (e.g., if the project uses multiple Dockerfiles).

Běžné názvy souborů .DOCKERIGNORE

.dockerignore - The default name for DOCKERIGNORE files stored in a Docker project's root directory.

Jak otevřít soubor DOCKERIGNORE

You can open and edit a DOCKERIGNORE file with Microsoft Visual Studio Code or any other text editor. For more information on how to use DOCKERIGNORE files with Docker, click here.

Otevřete více než 400 formátů souborů pomocí File Viewer Plus.Stáhnout zdarma

Programy, které otevírají nebo odkazují na soubory DOCKERIGNORE

Ověřil FileInfo.com

Tým FileInfo.com nezávisle prozkoumal formát souboru Docker Ignore a aplikace Mac, Windows, and Linux uvedené na této stránce. Naším cílem je 100% přesnost a zveřejňujeme pouze informace o typech souborů, které jsme ověřili.

Pokud chcete navrhnout doplnění nebo aktualizaci této stránky, dejte nám vědět.