Understanding the Docker Build Context (Why You Should Use Dockerignore)

Share
  • March 25, 2021
The Docker build context refers to the files and directories that will be available to the Docker engine when you run docker build. Anything not included in the build context won’t be accessible to commands in your Dockerfile.

Read This Article on CloudSavvy IT ›

Source : Understanding the Docker Build Context (Why You Should Use Dockerignore)