yuqi1129 commented on code in PR #4138:
URL: https://github.com/apache/gravitino/pull/4138#discussion_r1689288883
##########
docs/docker-image-details.md:
##########
@@ -277,4 +293,4 @@ Changelog
- Support Apache Ranger 2.4.0
- Use environment variable `RANGER_PASSWORD` to set up Apache Ranger admin
password, Please notice Apache Ranger Password should be minimum 8 characters
with min one alphabet and one numeric.
- Expose ports:
- - `6080` Apache Ranger admin port
+ - `6080` Apache Ranger admin port
Review Comment:
What do we do on this line?
##########
docs/docker-image-details.md:
##########
@@ -44,6 +42,24 @@ Changelog
- `8090` Gravitino Web UI
- `9001` Iceberg REST service
+## Gravitino Iceberg REST server Docker image
+
+You can deploy the standalone Gravitino Iceberg REST server with the Docker
image.
+
+Container startup commands
+
+```shell
+docker run --rm -d -p 9001:9001 datastrato/gravitino-iceberg-rest-server
+```
+
+Changelog
+
+- gravitino-iceberg-rest-server:0.6.0
Review Comment:
Does the version of `gravitino-iceberg-rest-server` goes along with
Gravitino version?
--
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]