You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/10/29 06:38:37 UTC

[GitHub] [incubator-kvrocks] tisonkun commented on a diff in pull request #1050: Update the docker image in README

tisonkun commented on code in PR #1050:
URL: https://github.com/apache/incubator-kvrocks/pull/1050#discussion_r1008647527


##########
README.md:
##########
@@ -114,7 +114,7 @@ $ ./build/kvrocks -c kvrocks.conf
 ### Running kvrocks using Docker
 
 ```
-$ docker run -it -p 6666:6666 kvrocks/kvrocks
+$ docker run -it -p 6666:6666 apache/kvrocks:latest # or run the nightly build via kvrocks/kvrocks:nightly

Review Comment:
   ```suggestion
   docker run -it -p 6666:6666 apache/kvrocks
   # or get the nightly image:
   docker run -it -p 6666:6666 kvrocks/kvrocks:nightly
   ```



-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org