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" ```