mirror of https://github.com/docker/docs.git
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
---
|
|
title: Next steps
|
|
description: Next steps following the Docker Build guide
|
|
keywords: build, buildkit, buildx, guide, tutorial
|
|
---
|
|
|
|
This guide has demonstrated some of the build features and capabilities
|
|
that Docker provides.
|
|
|
|
If you would like to continue learning about Docker build, consider exploring
|
|
the following resources:
|
|
|
|
- [BuildKit](../buildkit/index.md): deep-dive into the open source build engine
|
|
that powers your Docker builds
|
|
- [Drivers](../drivers/index.md): configure for how and where your Docker builds
|
|
run
|
|
- [Exporters](../exporters/index.md): save your build results to different
|
|
output formats
|
|
- [Bake](../bake/index.md): orchestrate your build workflows
|
|
- [Attestations](../attestations/index.md): annotate your build artifacts with
|
|
metadata
|
|
- [Continuous integration](../ci/index.md): run Docker builds in CI
|
|
|
|
## Feedback
|
|
|
|
If you have suggestions for improving the content of this guide, you can use the
|
|
feedback widget to submit your feedback.
|
|
|
|
If you don't see the feedback widget, try turning off your content filtering
|
|
extension or ad blocker, if you use one.
|
|
|
|
You can also submit an issue on
|
|
[the docs GitHub repository](https://github.com/docker/docs/issues/new){: target="_blank" rel="noopener" },
|
|
if you prefer.
|