Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deprecated/kitematic.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ notoc: true
> **Deprecated**
>
> Kitematic has been deprecated. Please use the Dashboard included with Docker
> Desktop instead. See [Docker Desktop](../desktop/dashboard.md).
> Desktop instead. See [Docker Desktop](../desktop/overview.md).
{: .warning }

The source code for Kitematic has been archived, but [can be found on GitHub](https://github.com/docker/kitematic){:target="_blank" rel="noopener" class="_"}.
267 changes: 0 additions & 267 deletions desktop/dashboard.md

This file was deleted.

2 changes: 1 addition & 1 deletion desktop/faqs/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This includes:
- Pulling or pushing an image to Docker Hub
- [Image Access Management](../../docker-hub/image-access-management.md)
- [Vulnerability scanning](../../docker-hub/vulnerability-scanning.md)
- Viewing remote images in the [Docker Dashboard](../dashboard.md)
- Viewing remote images in the Docker Dashboard
- Settting up [Dev Environments](../dev-environments/index.md)
- Docker build when using [Buildkit](../../develop/develop-images/build_enhancements.md). You can work around this by disabling
BuildKit. Run `DOCKER_BUILDKIT=0 docker build .` to disable BuildKit.
Expand Down
Binary file removed desktop/images/app-dashboard-view.png
Binary file not shown.
Binary file removed desktop/images/dev-env-compose.png
Binary file not shown.
Binary file removed desktop/images/dev-env-container.png
Binary file not shown.
Binary file removed desktop/images/dev-env-create.png
Binary file not shown.
Binary file removed desktop/images/dev-env-localhost.png
Binary file not shown.
Binary file removed desktop/images/dev-env-share.png
Binary file not shown.
Binary file removed desktop/images/dev-env-shared.png
Binary file not shown.
Binary file removed desktop/images/example-app-architecture.png
Binary file not shown.
Binary file removed desktop/images/image-details.png
Binary file not shown.
Binary file removed desktop/images/kube-context.png
Binary file not shown.
Binary file removed desktop/images/kube-enable.png
Binary file not shown.
Binary file removed desktop/images/mac-application-view.png
Binary file not shown.
Binary file removed desktop/images/mac-browser-view.png
Binary file not shown.
Binary file removed desktop/images/mac-container-view.png
Binary file not shown.
Binary file removed desktop/images/mac-dashboard.png
Binary file not shown.
Binary file removed desktop/images/mac-redis-container.png
Binary file not shown.
Binary file removed desktop/images/redis-image.png
Binary file not shown.
Binary file removed desktop/images/volumes-list.png
Binary file not shown.
Binary file removed desktop/mac/images/changelog-placeholder.png
Binary file not shown.
Binary file removed desktop/mac/images/desktop-mac-2fa.png
Binary file not shown.
Binary file removed desktop/mac/images/docker-app-drag.png
Binary file not shown.
Binary file removed desktop/mac/images/hello-world-nginx.png
Binary file not shown.
Binary file removed desktop/mac/images/localhost-arm.png
Binary file not shown.
Binary file removed desktop/mac/images/proxy-settings.png
Binary file not shown.
Binary file removed desktop/mac/images/snooze-update.png
Binary file not shown.
Binary file removed desktop/mac/images/subscription-terms.png
Diff not rendered.
Binary file removed desktop/mac/images/whale-in-menu-bar.png
Diff not rendered.
2 changes: 1 addition & 1 deletion desktop/previous-versions/2.x-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Docker Desktop 2.2.0.0 contains a Kubernetes upgrade. Your local Kubernetes clus
### New

- **Docker Desktop Dashboard:** The new Docker Desktop **Dashboard** provides a user-friendly interface which enables you to interact with containers and applications, and manage the lifecycle of your applications directly from the UI. In addition, it allows you to access the logs, view container details, and monitor resource utilization to explore the container behavior.
For detailed information about the new Dashboard UI, see [Docker Desktop Dashboard](../dashboard.md).
For detailed information about the new Dashboard UI, see [Docker Desktop Dashboard](../index.md).

- Introduced a new user interface for the Docker Desktop **Preferences** menu.
- The Restart, Reset, and Uninstall options are now available on the **Troubleshoot** menu.
Expand Down
2 changes: 1 addition & 1 deletion desktop/previous-versions/2.x-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Docker Desktop 2.2.0.0 contains a Kubernetes upgrade. Your local Kubernetes clus
### New

- **Docker Desktop Dashboard:** The new Docker Desktop **Dashboard** provides a user-friendly interface which enables you to interact with containers and applications, and manage the lifecycle of your applications directly from the UI. In addition, it allows you to access the logs, view container details, and monitor resource utilization to explore the container behavior.
For detailed information about the new Dashboard UI, see [Docker Desktop Dashboard](../dashboard.md).
For detailed information about the new Dashboard UI, see [Docker Desktop Dashboard](../index.md).

- **WSL 2 backend:** The experimental Docker Desktop WSL 2 backend architecture introduces support for Kubernetes, provides an updated Docker daemon, offers VPN-friendly networking, and additional features. For more information, see [Docker Desktop WSL 2 backend](../windows/wsl.md).

Expand Down
Binary file removed desktop/windows/images/desktop-win-2fa.png
Diff not rendered.
Binary file removed desktop/windows/images/docker-app-welcome.png
Diff not rendered.
Diff not rendered.
Binary file removed desktop/windows/images/docker-menu-settings.png
Diff not rendered.
Binary file removed desktop/windows/images/issue-template.png
Diff not rendered.
Binary file removed desktop/windows/images/nginx-homepage.png
Diff not rendered.
Binary file removed desktop/windows/images/redis-container.png
Diff not rendered.
Binary file removed desktop/windows/images/settings-resources.png
Diff not rendered.
Binary file removed desktop/windows/images/troubleshoot.png
Diff not rendered.
Binary file removed desktop/windows/images/whale-icon-systray-hidden.png
Diff not rendered.
Binary file removed desktop/windows/images/wsl2-choose-distro.png
Diff not rendered.
2 changes: 0 additions & 2 deletions desktop/windows/wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ Docker Desktop does not require any particular Linux distros to be installed. Th
>
> The Docker-WSL integration components running in your distro depend on glibc. This can cause issues when running musl-based distros such as Alpine Linux. Alpine users can use the [alpine-pkg-glibc](https://github.com/sgerrand/alpine-pkg-glibc){:target="_blank" rel="noopener" class="_"} package to deploy glibc alongside musl to run the integration.

![WSL 2 Choose Linux distro](images/wsl2-choose-distro.png)

3. Click **Apply & Restart**.

> **Note**
Expand Down
2 changes: 1 addition & 1 deletion get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ It gives you quick access to container logs, lets you get a shell inside the con
easily manage container lifecycles (stop, remove, etc.).

To access the dashboard, follow the instructions in the
[Docker Desktop manual](../desktop/dashboard.md). If you open the dashboard
[Docker Desktop manual](../desktop/index.md). If you open the dashboard
now, you will see this tutorial running! The container name (`jolly_bouman` below) is a
randomly created name. So, you'll most likely have a different name.

Expand Down