From 1ca7e74ab46965dadc24feafdb3eee96dec01c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janek=20R=C3=BC=C3=9Fmann?= Date: Thu, 23 Nov 2023 11:29:20 +0100 Subject: [PATCH] Update working-with-contexts.md --- content/engine/context/working-with-contexts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/engine/context/working-with-contexts.md b/content/engine/context/working-with-contexts.md index b98fc558b5..a7fb6fad80 100644 --- a/content/engine/context/working-with-contexts.md +++ b/content/engine/context/working-with-contexts.md @@ -84,7 +84,7 @@ The following example creates a new context called `docker-test` and specifies the host endpoint of the context to TCP socket `tcp://docker:2375`. ```console -$ docker context create docker-test --docker tcp://docker:2375 +$ docker context create docker-test --docker host=tcp://docker:2375 docker-test Successfully created context "docker-test" ```