mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update working-with-contexts.md
This commit is contained in:
@@ -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"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user