Table of Contents

What is the Docker Build Context?

About

The Docker Build Context or Build Context or Context 1) is a list of files sent to the daemon when the build command is executed

Example

All files from:

Tip

Mount

A build context can be mounted with –mount option of the RUN command in order to run a build script.