diff --git a/get-started/part4.md b/get-started/part4.md index 6a1a5a0ec1..24e1cacb59 100644 --- a/get-started/part4.md +++ b/get-started/part4.md @@ -75,7 +75,13 @@ swarm mode and make your current machine a swarm manager, then run Choose a tab below to see how this plays out in various contexts. We use VMs to quickly create a two-machine cluster and turn it into a swarm. -> **Note**: This tutorial uses Docker Machine to setup local virtual machines for your cluster. As of July 2018, Docker Machine is in [maintenance mode](https://github.com/docker/machine/issues/4537). Only bugfixes will be added. Provisioning on a variety of cloud providers is better achieved using [infrakit](https://github.com/docker/deploykit). {: .important} +> Docker Machine is in maintenance mode +> +> This tutorial uses Docker Machine to setup local virtual machines for your cluster. +> As of July 2018, Docker Machine is in [maintenance mode](https://github.com/docker/machine/issues/4537). +> Only bugfixes will be added. Provisioning on a variety of cloud providers +> is better achieved using [infrakit](https://github.com/docker/deploykit). +{: .important } ### Create a cluster diff --git a/get-started/part5.md b/get-started/part5.md index 0b0de8f010..c50a892e28 100644 --- a/get-started/part5.md +++ b/get-started/part5.md @@ -109,6 +109,14 @@ with the following. Be sure to replace `username/repo:tag` with your image detai 2. Make sure your shell is configured to talk to `myvm1` (full examples are [here](part4.md#configure-a-docker-machine-shell-to-the-swarm-manager)). +> Docker Machine is in maintenance mode +> +> This tutorial uses Docker Machine to setup local virtual machines for your cluster. +> As of July 2018, Docker Machine is in [maintenance mode](https://github.com/docker/machine/issues/4537). +> Only bugfixes will be added. Provisioning on a variety of cloud providers +> is better achieved using [infrakit](https://github.com/docker/deploykit). +{: .important } + * Run `docker-machine ls` to list machines and make sure you are connected to `myvm1`, as indicated by an asterisk next to it. * If needed, re-run `docker-machine env myvm1`, then run the given command to configure the shell. diff --git a/get-started/part6.md b/get-started/part6.md index f33c3b46a8..f6167dca13 100644 --- a/get-started/part6.md +++ b/get-started/part6.md @@ -9,7 +9,6 @@ description: Deploy your app to production using Docker CE or EE. - [Install Docker](/install/index.md). - Get [Docker Compose](/compose/overview.md) as described in [Part 3 prerequisites](/get-started/part3.md#prerequisites). -- Get [Docker Machine](/machine/overview.md) as described in [Part 4 prerequisites](/get-started/part4.md#prerequisites). - Read the orientation in [Part 1](index.md). - Learn how to create containers in [Part 2](part2.md).