Update working-with-contexts.md

This commit is contained in:
Janek Rüßmann
2023-11-23 11:29:20 +01:00
committed by GitHub
parent 5e479472d4
commit 1ca7e74ab4

View File

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