mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
5.2 KiB
5.2 KiB
title, description, keywords, redirect_from
| title | description | keywords | redirect_from | ||
|---|---|---|---|---|---|
| Overview of Docker Build | Introduction and overview of Docker Build | build, buildx, buildkit |
|
Docker Build is one of Docker Engine's most used features. Whenever you're creating an image, you are using Docker Build. Build is a key part of your software development life cycle allowing you to package and bundle your code and ship it anywhere.
Docker Build is more than a command for building images, and it's not only about packaging your code. It's a whole ecosystem of tools and features that support both common workflow tasks and more complex and advanced scenarios.
Packaging your software
Build and package your application to run it anywhere: locally or in the cloud.
Multi-platform images
Build, push, pull, and run images seamlessly on different computer architectures.