Add experimental msg in buildx docs

This commit is contained in:
usha-mandya 2019-06-12 19:14:46 +01:00
parent a50fa24ec3
commit 498ee7ab15
1 changed files with 4 additions and 0 deletions

View File

@ -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.