zhongjiajie commented on a change in pull request #735:
URL: 
https://github.com/apache/dolphinscheduler-website/pull/735#discussion_r826824877



##########
File path: docs/en-us/dev/user_doc/guide/installation/docker.md
##########
@@ -328,29 +326,30 @@ $ docker build --build-arg VERSION=1.3.8 -t 
apache/dolphinscheduler:1.3.8 .
 
 #### Build Multi-Platform Images
 
-Currently support to build images including `linux/amd64` and `linux/arm64` 
platform architecture, requirements:
+Currently, support build images including `linux/amd64` and `linux/arm64` 
platform architecture, requirements:
 
 1. Support [docker 
buildx](https://docs.docker.com/engine/reference/commandline/buildx/)
-2. Own the push permission of https://hub.docker.com/r/apache/dolphinscheduler 
(**Be cautious**: The build command will automatically push the multi-platform 
architecture images to the docker hub of apache/dolphinscheduler by default)
+2. Own the push permission of 
`https://hub.docker.com/r/apache/dolphinscheduler` (**Be cautious**: The build 
command will automatically push the multi-platform architecture images to the 
docker hub of `apache/dolphinscheduler` by default)
 
 Execute:
 
 ```bash
 $ docker login # login to push apache/dolphinscheduler
-$ bash ./docker/build/hooks/build
+$ bash ./docker/build/hooks/build x

Review comment:
       Is it add `x` by mistake?
   ```suggestion
   $ bash ./docker/build/hooks/build
   ```




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to