yuqi1129 commented on code in PR #9206:
URL: https://github.com/apache/gravitino/pull/9206#discussion_r2559089384


##########
docs/docker-image-details.md:
##########
@@ -121,6 +121,25 @@ Changelog
   - Supports associate&disassociate tag, policy to metadata
   - Supports submit&cancel jobs.
 
+## Apache Gravitino Lance REST server Docker image
+
+You can deploy the standalone Gravitino Lance REST server with the Docker 
image.
+
+```shell
+docker run --rm -d -p 9102:9102 -e LANCE_REST_GRAVITINO_METALAKE_NAME=test -e 
LANCE_REST_PORT=9102 apache/gravitino-lance-rest:latest 
+```
+
+Currently, Gravitino Lance REST server supports setting the following 
environment variables
+- LANCE_REST_GRAVITINO_METALAKE_NAME: It will overwrite the configuration 
"gravitino.lance-rest.gravitino.metalake-name" in configuration file 
`conf/gravitino-lance-rest-server.conf`. **You should set it to your Gravitino 
metalake name.**

Review Comment:
   I will use this format in pr https://github.com/apache/gravitino/pull/9173 
after reviewing the contents in this file,as the file uses lists instead of 
tables.



-- 
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