You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by tw...@apache.org on 2022/10/29 08:00:24 UTC

[incubator-kvrocks] branch unstable updated: Update the docker image in README (#1050)

This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 76585d40 Update the docker image in README (#1050)
76585d40 is described below

commit 76585d40f2cd1d347c9b138ed64c0f6bc71a2356
Author: Twice <tw...@gmail.com>
AuthorDate: Sat Oct 29 16:00:19 2022 +0800

    Update the docker image in README (#1050)
    
    * Update the docker image in README
    
    * Update README.md
    
    Co-authored-by: tison <wa...@gmail.com>
    
    Co-authored-by: tison <wa...@gmail.com>
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0d6d66c0..87f2395e 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,9 @@ $ ./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
+# or get the nightly image:
+$ docker run -it -p 6666:6666 kvrocks/kvrocks:nightly
 ```
 
 ### Connect kvrocks service