JooKS-me commented on code in PR #573: URL: https://github.com/apache/incubator-shenyu-website/pull/573#discussion_r874338752
########## community/5-release-guide.md: ########## @@ -558,15 +558,31 @@ Back to [stagingRepositories](https://repository.apache.org/#stagingRepositories Install [Docker](https://docs.docker.com/get-docker/). +The Docker version needs to be greater than or equal to 19.03, and the `experimental` parameter in the docker configuration file is changed to `true`. + ```shell git checkout v${PUBLISH.VERSION} cd ~/shenyu/shenyu-dist/ mvn clean package -Prelease,docker Review Comment: Let's remove `docker` param here. ```suggestion mvn clean package -Prelease ``` -- 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]
