fix broken images (#21454)

<!--Delete sections as needed -->

## Description

does what is says on the tin

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
This commit is contained in:
Allie Sadler 2024-11-18 15:56:09 +00:00 committed by GitHub
parent 2510166fab
commit 9f7c9af0e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -285,7 +285,7 @@ Spotlight Search.
To read the Docker app log messages, type `docker` in the Console window search bar and press Enter. Then select `ANY` to expand the drop-down list next to your `docker` search entry, and select `Process`.
![Mac Console search for Docker app](../images/console.png)
![Mac Console search for Docker app](../../images/console.png)
You can use the Console Log Query to search logs, filter the results in various
ways, and create reports.

View File

@ -265,7 +265,7 @@ Your machine must have the following features for Docker Desktop to function cor
Note that many Windows devices already have virtualization enabled, so this may not apply.
4. Hypervisor enabled at Windows startup
![WSL 2 enabled](../images/wsl2-enabled.png)
![WSL 2 enabled](../../images/wsl2-enabled.png)
#### Hyper-V
@ -277,7 +277,7 @@ On Windows 10 Pro or Enterprise, you can also use Hyper-V with the following fea
Note that many Windows devices already have virtualization enabled, so this may not apply.
3. Hypervisor enabled at Windows startup
![Hyper-V on Windows features](../images/hyperv-enabled.png)
![Hyper-V on Windows features](../../images/hyperv-enabled.png)
Docker Desktop requires Hyper-V as well as the Hyper-V Module for Windows
PowerShell to be installed and enabled. The Docker Desktop installer enables
@ -295,7 +295,7 @@ In the subsequent screen, verify that Hyper-V is enabled.
In addition to [Hyper-V](#hyper-v) or [WSL 2](/manuals/desktop/features/wsl/_index.md), virtualization must be turned on. Check the
Performance tab on the Task Manager. Alternatively, you can type 'systeminfo' into your terminal. If you see 'Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V will not be displayed', then virtualization is enabled.
![Task Manager](../images/virtualization-enabled.png)
![Task Manager](../../images/virtualization-enabled.png)
If you manually uninstall Hyper-V, WSL 2 or turn off virtualization,
Docker Desktop cannot start.