docs/build/guide/index.md

35 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Build with Docker
description: Explore the features of Docker Build in this step-by-step guide
keywords: build, buildkit, buildx, guide, tutorial
---
Welcome! This guide is an introduction and deep-dive into building software with
Docker.
Whether youre just getting started, or youre already an advanced Docker user,
this guide aims to provide useful pointers into the possibilities and best
practices of Docker's build features.
Topics covered in this guide include:
- Introduction to build concepts
- Image size optimization
- Build speed performance improvements
- Building and exporting binaries
- Cache mounts and bind mounts
- Software testing
- Multi-platform builds
Throughout this guide, an example application written in Go is used to
illustrate how the build features work. You dont need to know the Go
programming language to follow this guide.
The guide starts off with a simple Dockerfile example, and builds from there.
Some of the later sections in this guide describe advanced concepts and
workflows. You don't need to complete this entire guide from start to finish.
Follow the sections that seem relevant to you, and save the advanced sections at
the end for later, when you need them.
[Get started](intro.md){: .button .primary-btn }