From fd2116e13169b11136b96a83434cd227265f25d5 Mon Sep 17 00:00:00 2001 From: Rishabh Patel Date: Thu, 9 Jan 2025 23:25:04 -0800 Subject: [PATCH] HDDS-12024. Fix review comments --- docs/02-quick-start/01-installation/01-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-quick-start/01-installation/01-docker.md b/docs/02-quick-start/01-installation/01-docker.md index a2d143a7a..0b05fbd47 100644 --- a/docs/02-quick-start/01-installation/01-docker.md +++ b/docs/02-quick-start/01-installation/01-docker.md @@ -7,7 +7,7 @@ sidebar_label: Docker import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -Apache Ozone can be quickly deployed using Docker Compose, making it ideal for development, testing, and evaluation purposes. This guide walks you through setting up a multi-node Ozone cluster using either pre-built Docker images or locally built sources. +Apache Ozone can be quickly deployed using Docker Compose, making it ideal for development, testing, and evaluation purposes. This guide walks you through setting up a multi-node Ozone cluster using pre-built Docker images. ## Prerequisites