mirror of https://github.com/docker/docs.git
Merge pull request #14936 from tomwillfixit/patch-2
docs: context refers to desktop-linux
This commit is contained in:
commit
ae5e6fffed
|
@ -204,12 +204,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