Skip to content

Commit

Permalink
Merge pull request #18768 from beathorst/patch-1
Browse files Browse the repository at this point in the history
Update working-with-contexts.md
  • Loading branch information
dvdksn authored Nov 23, 2023
2 parents 5e47947 + 1ca7e74 commit 1f90027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/engine/context/working-with-contexts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down

0 comments on commit 1f90027

Please sign in to comment.