Skip to content

Commit 672129c

Browse files
Yanghanrui666Yanghanrui666
authored andcommitted
docs: sync Docker image syntax fixes to master
1 parent 6d755f6 commit 672129c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CN/modules/ROOT/pages/master/containerization/docker_podman_deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ docker run --name ivorysql -p 5434:5432 -e IVORYSQL_PASSWORD=your_password -d
2525
```
2626
$ docker ps | grep ivorysql
2727
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
28-
6faa2d0ed705 ivorysql:5.0-ubi8 "docker-entrypoint.s…" 50 seconds ago Up 49 seconds 5866/tcp, 0.0.0.0:5434->5432/tcp ivorysql
28+
6faa2d0ed705 ivorysql/ivorysql:5.0-ubi8 "docker-entrypoint.s…" 50 seconds ago Up 49 seconds 5866/tcp, 0.0.0.0:5434->5432/tcp ivorysql
2929
```
3030

3131
== podman方式运行

CN/modules/ROOT/pages/master/getting-started/quick_start.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ $ docker run --name ivorysql -p 5434:5432 -e IVORYSQL_PASSWORD=your_password -d
127127
```
128128
$ docker ps | grep ivorysql
129129
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
130-
6faa2d0ed705 ivorysql:5.0-ubi8 "docker-entrypoint.s…" 50 seconds ago Up 49 seconds 5866/tcp, 0.0.0.0:5434->5432/tcp ivorysql
130+
6faa2d0ed705 ivorysql/ivorysql:5.0-ubi8 "docker-entrypoint.s…" 50 seconds ago Up 49 seconds 5866/tcp, 0.0.0.0:5434->5432/tcp ivorysql
131131
```
132132

133133
== 数据库连接

EN/modules/ROOT/pages/master/containerization/docker_podman_deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ docker run --name ivorysql -p 5434:5432 -e IVORYSQL_PASSWORD=your_password -d
2525
```
2626
$ docker ps | grep ivorysql
2727
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
28-
6faa2d0ed705 ivorysql:5.0-ubi8 "docker-entrypoint.s…" 50 seconds ago Up 49 seconds 5866/tcp, 0.0.0.0:5434->5432/tcp ivorysql
28+
6faa2d0ed705 ivorysql/ivorysql:5.0-ubi8 "docker-entrypoint.s…" 50 seconds ago Up 49 seconds 5866/tcp, 0.0.0.0:5434->5432/tcp ivorysql
2929
```
3030

3131
== Running with Podman

EN/modules/ROOT/pages/master/getting-started/quick_start.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ $ docker run --name ivorysql -p 5434:5432 -e IVORYSQL_PASSWORD=your_password -d
122122
```
123123
$ docker ps | grep ivorysql
124124
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
125-
6faa2d0ed705 ivorysql:5.0-ubi8 "docker-entrypoint.s…" 50 seconds ago Up 49 seconds 5866/tcp, 0.0.0.0:5434->5432/tcp ivorysql
125+
6faa2d0ed705 ivorysql/ivorysql:5.0-ubi8 "docker-entrypoint.s…" 50 seconds ago Up 49 seconds 5866/tcp, 0.0.0.0:5434->5432/tcp ivorysql
126126
```
127127

128128
== Connecting to IvorySQL

0 commit comments

Comments
 (0)