Merge pull request #43 from Dokploy/40-clarify-docker-section-of-installation-steps
Some checks failed
Build Docker images / build-and-push-image-docs (push) Has been cancelled
Build Docker images / build-and-push-image-website (push) Has been cancelled

docs: clarify Docker installation instructions in the installation guide
This commit is contained in:
Mauricio Siu 2025-05-24 21:41:34 -06:00 committed by GitHub
commit 40bc8e5453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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">