From e68012b122a69d12bfc302f054e0269ed0d035aa Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 24 May 2025 21:41:18 -0600 Subject: [PATCH] docs: clarify Docker installation instructions in the installation guide --- apps/docs/content/docs/core/installation.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/installation.mdx b/apps/docs/content/docs/core/installation.mdx index ea17f6da..a7013fd9 100644 --- a/apps/docs/content/docs/core/installation.mdx +++ b/apps/docs/content/docs/core/installation.mdx @@ -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: +