Skip to content

Commit c7b1503

Browse files
committed
remove tabs
1 parent a9803cd commit c7b1503

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

content/manuals/desktop/_index.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,17 @@ Docker Desktop reduces the time spent on complex setups so you can focus on writ
5252

5353
Docker Desktop integrates with your preferred development tools and languages, and gives you access to a vast ecosystem of trusted images and templates via Docker Hub. This empowers teams to accelerate development, automate builds, enable CI/CD workflows, and collaborate securely through shared repositories.
5454

55-
{{< tabs >}}
56-
{{< tab name="What's included in Docker Desktop?" >}}
55+
## Key features
56+
57+
* Ability to containerize and share any application on any cloud platform, in multiple languages and frameworks.
58+
* Quick installation and setup of a complete Docker development environment.
59+
* Includes the latest version of Kubernetes.
60+
* On Windows, the ability to toggle between Linux and Windows containers to build applications.
61+
* Fast and reliable performance with native Windows Hyper-V virtualization.
62+
* Ability to work natively on Linux through WSL 2 on Windows machines.
63+
* Volume mounting for code and data, including file change notifications and easy access to running containers on the localhost network.
64+
65+
## Products inside Docke Desktop
5766

5867
- [Docker Engine](/manuals/engine/_index.md)
5968
- Docker CLI client
@@ -67,18 +76,6 @@ Docker Desktop integrates with your preferred development tools and languages, a
6776
- [Credential Helper](https://github.com/docker/docker-credential-helpers/)
6877
- [Docker Offload](/manuals/offload/_index.md)
6978

70-
{{< /tab >}}
71-
{{< tab name="What are the key features of Docker Desktop?">}}
72-
73-
* Ability to containerize and share any application on any cloud platform, in multiple languages and frameworks.
74-
* Quick installation and setup of a complete Docker development environment.
75-
* Includes the latest version of Kubernetes.
76-
* On Windows, the ability to toggle between Linux and Windows containers to build applications.
77-
* Fast and reliable performance with native Windows Hyper-V virtualization.
78-
* Ability to work natively on Linux through WSL 2 on Windows machines.
79-
* Volume mounting for code and data, including file change notifications and easy access to running containers on the localhost network.
80-
81-
{{< /tab >}}
82-
{{< /tabs >}}
79+
## Next steps
8380

8481
{{< grid >}}

0 commit comments

Comments
 (0)