FileInfo

Sprachen

Überblick

What is a DOCKERIGNORE file? 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 .

More Information DOCKERIGNORE file open in 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).

Popularity2/5

1 votes

Quick AppUsed by
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the Docker Ignore file format and Mac, Windows, and Linux apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Brotkrümel

DeveloperDocker
Popularity2.0 | 1 Vote

Previous / Next

In-Depth

.DOCKERIGNORE File Extension

Docker Ignore File

DeveloperDocker
Popularity
2.0  |  1 Vote
 

What is a DOCKERIGNORE file?

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 .

More Information

DOCKERIGNORE file open in 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).

Common DOCKERIGNORE Filenames

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

How to open a DOCKERIGNORE file

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 .

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open or reference DOCKERIGNORE files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Free +

Microsoft Visual Studio Code

Free

Any text editor

Mac

Free +

Microsoft Visual Studio Code

Free

Any text editor

Linux

Free +

Microsoft Visual Studio Code

Free

Any text editor

Category: Developer Files

Updated: October 17, 2023

FAQ

What is a DOCKERIGNORE file?
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.
How do I open a .dockerignore file?
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.