docs: clarify Docker installation instructions in the installation guide

This commit is contained in:
Mauricio Siu
2025-05-24 21:41:18 -06:00
parent a45f7dd4a4
commit e68012b122

View File

@@ -52,7 +52,8 @@ import { Callout } from "fumadocs-ui/components/callout";
### Docker
Dokploy utilizes Docker, so it is essential to have Docker installed on your server. If Docker is not already installed, use the following command to install it automatically:
Dokploy utilizes Docker, so it is essential to have Docker installed on your server. If Docker is not already installed, Dokploy's installation script will install it automatically. Use the following command to install Dokploy:
<div className="flex flex-col gap-10 px-4 bg-green-200 dark:bg-[#031F10] text-green-900 dark:text-green-300 rounded-lg">