Skip to content

Commit 227c4f1

Browse files
author
chenquanzhao
committed
update docker image readme
1 parent 696f575 commit 227c4f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-image/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Start the container with the following Docker image we have provided.
99
- Run a Docker container:
1010

1111
```sh
12-
docker run -d --name postgresql -p 5432:5432 registry.cn-shanghai.aliyuncs.com/vidardb/postgresql:rocksdb-6.2.4
12+
docker run -d --name postgresql -p 5432:5432 vidardb/postgresql:rocksdb-6.2.4
1313
```
1414

1515
- Connect to the PostgreSQL:
@@ -36,7 +36,7 @@ We can build a new Docker image in the following way. It is the prerequisite tha
3636

3737
After executing the previous command, it will build docker image with the default image repository and name: `vidardb/postgresql:rocksdb-6.2.4`.
3838

39-
One can also specify the build parameters:
39+
We can also specify the build parameters:
4040

4141
```sh
4242
REGISTRY=<YOUR REGISTRY ADDRESS> IMAGE=<YOUR IMAGE NAME> TAG=<YOUR IMAGE TAG> make docker-image

0 commit comments

Comments
 (0)