Skip to content

Commit

Permalink
Update working-with-contexts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beathorst authored Nov 23, 2023
1 parent 5e47947 commit 1ca7e74
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 1ca7e74

Please sign in to comment.