mirror of https://github.com/docker/docs.git
A few more DD doc fixes (#18277)
* Fix FAQ answer on support for Docker Desktop on virtualized hardware. Signed-off-by: Cesar Talledo <cesar.talledo@docker.com> * Indicate location of settings.json file on Linux hosts. Signed-off-by: Cesar Talledo <cesar.talledo@docker.com> --------- Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
This commit is contained in:
parent
c6d15833e1
commit
1fa4e7ec70
|
|
@ -126,4 +126,4 @@ After updating the `settings.json` file, close and restart Docker Desktop to app
|
|||
|
||||
### Can I run Docker Desktop on Virtualized hardware?
|
||||
|
||||
No, currently this is unsupported and against terms of use.
|
||||
Yes, see section [Run Docker Desktop for Windows in a VM or VDI environment](../vm-vdi.md) for more information on how to do this.
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ To navigate to **Settings** either:
|
|||
- Select the Docker menu {{< inline-image src="../images/whale-x.svg" alt="whale menu" >}} and then **Settings**
|
||||
- Select the **Settings** icon from the Docker Dashboard.
|
||||
|
||||
You can also locate the `settings.json` file at `~/.docker/desktop/settings.json`.
|
||||
|
||||
## General
|
||||
|
||||
On the **General** tab, you can configure when to start Docker and specify other settings:
|
||||
|
|
|
|||
Loading…
Reference in New Issue