mirror of
https://github.com/docker/docs.git
synced 2026-04-05 02:38:52 +07:00
Update get started docs to use BuildKit for building images
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
@@ -10,6 +10,8 @@ description: Learn how to build your first Docker image by writing a Dockerfile
|
||||
|
||||
Work through the orientation and setup in Get started [Part 1](../../get-started/index.md) to understand Docker concepts.
|
||||
|
||||
{% include enable-buildkit.md %}
|
||||
|
||||
## Overview
|
||||
|
||||
Now that we have a good overview of containers and the Docker platform, let’s take a look at building our first image. An image includes everything needed to run an application - the code or binary, runtime, dependencies, and any other file system objects required.
|
||||
|
||||
Reference in New Issue
Block a user