From 8f226b2872d51e7f857c5bff48a825c4fdf49d4f Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Thu, 26 Oct 2023 10:46:10 +0545 Subject: [PATCH] docs: fix typos in tools/docker/standalone/README.md --- tools/docker/standalone/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/docker/standalone/README.md b/tools/docker/standalone/README.md index 04d817077..6bd8b5630 100644 --- a/tools/docker/standalone/README.md +++ b/tools/docker/standalone/README.md @@ -93,7 +93,7 @@ oceanbase-ce image installs the Sysbench tool by default. And the Sysbench tool docker exec -it oceanbase-ce obd test sysbench obcluster ``` -## Mount Volumn +## Mount Volume You can use `-v /your/host/path:/container/path` parameter in docker `run` command to save data in host os if you want to persistence the data of a container. Below is an example. @@ -106,4 +106,4 @@ Note that you should use your own path. The docker image `oceanbase-ce` saves the data to /root/ob directory default. You should bind both the /root/ob and /root/.obd. You can not start new docker image if you only bind the /root/ob directory, because the docker image oceanbase-ce uses the [obd](https://github.com/oceanbase/obdeploy) to manage database clusters and there is no information about the database cluster in a new docker container. -You can view more information about `docker -v` at [docker volumn](https://docs.docker.com/storage/volumes/). +You can view more information about `docker -v` at [docker volume](https://docs.docker.com/storage/volumes/).