Copilot commented on code in PR #8586:
URL: https://github.com/apache/ozone/pull/8586#discussion_r2134822080


##########
hadoop-hdds/docs/content/start/StartFromDockerHub.md:
##########
@@ -25,55 +25,99 @@ weight: 10
  * AWS CLI (optional)
 {{< /requirements >}}
 
-# Ozone in a Single Container
+# Local multi-container cluster
 
-The easiest way to start up an all-in-one ozone container is to use the latest
-docker image from docker hub:
+## Obtain the Docker Compose Configuration
+First, obtain Ozone's sample Docker Compose configuration:
 
 ```bash
-docker run -p 9878:9878 -p 9876:9876 apache/ozone
+# Download the latest Docker Compose configuration file
+curl -O 
https://raw.githubusercontent.com/apache/ozone-docker/refs/heads/latest/docker-compose.yaml

Review Comment:
   The URL may not resolve correctly using `refs/heads`. Use the standard raw 
GitHub path, e.g., 
`https://raw.githubusercontent.com/apache/ozone-docker/latest/docker-compose.yaml`.
   ```suggestion
   curl -O 
https://raw.githubusercontent.com/apache/ozone-docker/latest/docker-compose.yaml
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to