Merge pull request #14936 from tomwillfixit/patch-2

docs: context refers to desktop-linux
This commit is contained in:
Usha Mandya 2022-07-08 11:18:50 +01:00 committed by GitHub
commit ae5e6fffed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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.