FANNG1 commented on code in PR #4138:
URL: https://github.com/apache/gravitino/pull/4138#discussion_r1691159814
##########
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:
yes
--
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]