From 6450d5dfe35359bed2efb0feb892de2064d562c8 Mon Sep 17 00:00:00 2001 From: Hamilton Turner Date: Tue, 27 Aug 2019 12:58:54 -0400 Subject: [PATCH] Adding warning to getting started --- get-started/part4.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/get-started/part4.md b/get-started/part4.md index a265960b6d..6a1a5a0ec1 100644 --- a/get-started/part4.md +++ b/get-started/part4.md @@ -75,6 +75,8 @@ 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} + ### Create a cluster