mirror of https://github.com/docker/docs.git
docs: context refers to desktop-linux
The docker context ls command shows the output as desktop-linux but the context use command doesn't match this.
This commit is contained in:
parent
1181024d1f
commit
bb6a200e28
|
@ -202,12 +202,12 @@ default
|
|||
Current context is now "default"
|
||||
```
|
||||
|
||||
And use the `docker-desktop` context to interact with Docker Desktop:
|
||||
And use the `desktop-linux` context to interact with Docker Desktop:
|
||||
|
||||
```console
|
||||
$ docker context use docker-desktop
|
||||
docker-desktop
|
||||
Current context is now "docker-desktop"
|
||||
$ docker context use desktop-linux
|
||||
desktop-linux
|
||||
Current context is now "desktop-linux"
|
||||
```
|
||||
|
||||
Refer to the [Docker Context documentation](../../engine/context/working-with-contexts.md) for more details.
|
||||
|
|
Loading…
Reference in New Issue