diff --git a/_data/glossary.yaml b/_data/glossary.yaml index c22d440bdb..6ac30315eb 100644 --- a/_data/glossary.yaml +++ b/_data/glossary.yaml @@ -84,6 +84,11 @@ Docker Desktop for Windows: | virtualization. Docker Desktop for Windows is the best solution if you want to build, debug, test, package, and ship Dockerized applications from Windows machines. +Docker Desktop for Linux: | + [Docker Desktop for Linux](/desktop/linux/) is an an easy-to-install, lightweight + Docker development environment designed specifically for Linux machines. It's the best solution if you want + to build, debug, test, package, and ship Dockerized applications on a + Linux machine. Docker Hub: | The [Docker Hub](https://hub.docker.com/) is a centralized resource for working with Docker and its components. It provides the following services: diff --git a/release-notes/index.md b/release-notes/index.md index 0a2a65fde9..e3b12024f7 100644 --- a/release-notes/index.md +++ b/release-notes/index.md @@ -10,8 +10,6 @@ find release notes for each component in the Manuals section. We suggest that you regularly visit the release notes to learn about updates. - [Docker Engine](../engine/release-notes/index.md) -- [Docker Desktop for Mac](../desktop/mac/release-notes/index.md) -- [Docker Desktop for Windows](../desktop/windows/release-notes/index.md) -- [Docker Desktop for Linux](../desktop/linux/release-notes/index.md) +- [Docker Desktop](../desktop/release-notes.md) - [Docker Hub](../docker-hub/release-notes.md) - [Docker Compose](../compose/release-notes.md)