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

PragmaTwice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new e947691d Update Docker volume instructions in getting-started.md
e947691d is described below

commit e947691da00e2a6f15391e84a23f9ec132e65880
Author: Twice <[email protected]>
AuthorDate: Sun May 31 12:36:23 2026 +0800

    Update Docker volume instructions in getting-started.md
    
    Clarified instructions for creating a Docker volume.
---
 docs/getting-started.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/getting-started.md b/docs/getting-started.md
index 777d21d4..fc8ba92f 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -23,8 +23,8 @@ redis-cli -p 6666
 ```
 
 For persisted data, prefer using a docker volume over a bind-mounted volume to 
avoid file permission or performance problems. Eg:
-```sh
-# create docker volume once, eg:
+```shell
+# create docker volume once, e.g.
 docker volume create kvrocks_data
 
 docker run --volume kvrocks_data:/kvrocks_data \

Reply via email to