File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments