Active Nerds
Back to Glossary Index

docker build

CLI command delegating Dockerfile parsing and layer assembly to the BuildKit engine.

Mechanism & Definition

CLI invocation that sends a build context (directory or Git repository) to BuildKit to generate a tagged container image. Options allow specifying custom target stages (`--target`), build arguments (`--build-arg`), and cache destinations.

Related Terms

Appears In