Intermediate Docker & Containers
Q75 / 100

What is the role of "buildkit" in modern Docker builds?

Correct! Well done.

Incorrect.

The correct answer is B) BuildKit is an improved build engine offering features like better caching, parallel build stage execution, and build secrets/SSH forwarding, and is enabled by default in modern Docker versions

B

Correct Answer

BuildKit is an improved build engine offering features like better caching, parallel build stage execution, and build secrets/SSH forwarding, and is enabled by default in modern Docker versions

Explanation

BuildKit, the default builder in recent Docker versions, improves on the legacy builder with more efficient caching, concurrent stage builds, and additional features like "--secret" for securely passing build-time credentials.

Progress
75/100