mirror of https://github.com/docker/docs.git
Add experimental msg in buildx docs
This commit is contained in:
parent
a50fa24ec3
commit
498ee7ab15
|
@ -4,6 +4,10 @@ description: Working with Docker Buildx
|
|||
keywords: Docker, buildx, multi-arch
|
||||
---
|
||||
|
||||
>**Note:** This is an experimental feature.
|
||||
>
|
||||
>{% include experimental.md %}
|
||||
|
||||
## Overview
|
||||
|
||||
Docker Buildx is a CLI plugin that extends the docker command with the full support of the features provided by [Moby BuildKit](https://github.com/moby/buildkit) builder toolkit. It provides the same user experience as docker build with many new features like creating scoped builder instances and building against multiple nodes concurrently.
|
||||
|
|
Loading…
Reference in New Issue