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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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