+1 vote
in DevOps by

Q. What is Build Cache in Docker?

1 Answer

0 votes
by

When we build an Image, Docker will process each line in Dockerfile. It will execute the commands on each line in the order that is mentioned in the file. But at each line, before running any command, Docker will check if there is already an existing image in its cache that can be reused rather than creating a new image.

Related questions

0 votes
+2 votes
asked Aug 15, 2020 in DevOps by RShastri
0 votes
asked Aug 15, 2020 in Continuous Deployment by RShastri
...