Skip to content

Commit

Permalink
Removed "Virtual Machines"
Browse files Browse the repository at this point in the history
  • Loading branch information
salilponde committed Dec 4, 2023
1 parent 8844e40 commit b000c66
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sudo docker run -p 9090:9090 \\
<img src="/logo/dokemon-dark-medium.svg" alt="Dokemon" />
</h1>
<h2 className="text-lg mb-6 text-center font-semibold">
Docker Container Management GUI for Virtual Machines
Docker Container Management GUI
</h2>
<h3 className="mb-10 text-center">
Deploy compose files, start/stop containers, delete unused images,
Expand Down Expand Up @@ -95,10 +95,7 @@ sudo docker run -p 9090:9090 \\
<h4 className="font-semibold">
Does this support Kubernetes and Docker Swarm?
</h4>
<p>
No, currently we only support Standalone Docker on Linux Virtual
Machines.
</p>
<p>No, currently we only support Standalone Docker on Linux.</p>
</li>
<li>
<h4 className="font-semibold">
Expand Down

0 comments on commit b000c66

Please sign in to comment.