mirror of https://github.com/docker/docs.git
61 lines
2.0 KiB
Markdown
61 lines
2.0 KiB
Markdown
---
|
|
title: Overview of Docker Build
|
|
description: Introduction and overview of Docker Build
|
|
keywords: build, buildx, buildkit
|
|
grid:
|
|
- title: Packaging your software
|
|
description: 'Build and package your application to run it anywhere: locally or
|
|
in the cloud.'
|
|
icon: inventory_2
|
|
link: /build/building/packaging
|
|
- title: Multi-stage builds
|
|
description: Keep your images small and secure with minimal dependencies.
|
|
icon: stairs
|
|
link: /build/building/multi-stage
|
|
- title: Multi-platform images
|
|
description: Build, push, pull, and run images seamlessly on different computer
|
|
architectures.
|
|
icon: content_copy
|
|
link: /build/building/multi-platform/
|
|
- title: Build Cloud
|
|
description: Orchestrate your builds with Bake.
|
|
icon: /assets/images/logo-build-cloud.svg
|
|
link: /build/cloud/
|
|
- title: Architecture
|
|
description: Explore BuildKit, the open source build engine.
|
|
icon: construction
|
|
link: /build/buildkit/
|
|
- title: Build drivers
|
|
description: Configure where and how you run your builds.
|
|
icon: engineering
|
|
link: /build/drivers/
|
|
- title: Exporters
|
|
description: Export any artifact you like, not just Docker images.
|
|
icon: output
|
|
link: /build/exporters
|
|
- title: Build caching
|
|
description: Avoid unnecessary repetitions of costly operations, such as package
|
|
installs.
|
|
icon: cycle
|
|
link: /build/cache
|
|
- title: Bake
|
|
description: Orchestrate your builds with Bake.
|
|
icon: cake
|
|
link: /build/bake
|
|
aliases:
|
|
- /buildx/working-with-buildx/
|
|
- /develop/develop-images/build_enhancements/
|
|
---
|
|
|
|
Docker Build is one of Docker Engine's most used features. Whenever you are
|
|
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
|
|
not only common workflow tasks but also provides support for more complex and
|
|
advanced scenarios.
|
|
|
|
{{< grid >}}
|