From 87291ef800b4a683087462242263e097cb8049f0 Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Tue, 5 Nov 2019 16:49:10 -0500 Subject: [PATCH] ee intro: note docker context released-in version (#9799) Signed-off-by: Trapier Marshall --- ee/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/index.md b/ee/index.md index 5a7dcb8511..586cc53bcc 100644 --- a/ee/index.md +++ b/ee/index.md @@ -183,7 +183,7 @@ To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. ``` ## Docker Context -A new Docker CLI plugin called `docker context` is available with this release. `docker context` helps manage connections to multiple environments so you do not have to remember and type out connection strings. [Read more](../engine/reference/commandline/context/) about `docker context`. +A new Docker CLI plugin called `docker context` is available with client version 19.03.0. `docker context` helps manage connections to multiple environments so you do not have to remember and type out connection strings. [Read more](../engine/reference/commandline/context/) about `docker context`. ## Where to go next