mirror of https://github.com/docker/docs.git
Merge pull request #3797 from aanand/note-about-experimental-build
Add note to bundle docs about requiring an experimental Engine build (cherry picked from commit 589fb4925e7620cf2631b491acc5e2df4f96b69c)
This commit is contained in:
parent
3672996bac
commit
429320a4f8
|
@ -50,6 +50,15 @@ Wrote bundle to vossibility-stack.dab
|
||||||
|
|
||||||
## Creating a stack from a bundle
|
## Creating a stack from a bundle
|
||||||
|
|
||||||
|
> **Note**: Because support for stacks and bundles is in the experimental stage,
|
||||||
|
> you need to install an experimental build of Docker Engine to use it.
|
||||||
|
>
|
||||||
|
> If you're on Mac or Windows, download the “Beta channel” version of
|
||||||
|
> [Docker for Mac](https://docs.docker.com/docker-for-mac/) or
|
||||||
|
> [Docker for Windows](https://docs.docker.com/docker-for-windows/) to install
|
||||||
|
> it. If you're on Linux, follow the instructions in the
|
||||||
|
> [experimental build README](https://github.com/docker/docker/blob/master/experimental/README.md).
|
||||||
|
|
||||||
A stack is created using the `docker deploy` command:
|
A stack is created using the `docker deploy` command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue