Update images.md (#743)

This commit is contained in:
Xinwei Xiong 2023-08-01 17:16:37 +08:00 committed by GitHub
parent 0ca097db8f
commit 444dc1ae6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,22 +54,19 @@ When pulling OpenIM's Docker images, you can choose the most suitable source bas
- Pull from GitHub: - Pull from GitHub:
``` ```bash
bashCopy code
docker pull ghcr.io/openimsdk/openim-server:latest docker pull ghcr.io/openimsdk/openim-server:latest
``` ```
- Pull from Alibaba Cloud: - Pull from Alibaba Cloud:
``` ```bash
bashCopy code
docker pull registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server:latest docker pull registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server:latest
``` ```
- Pull from Docker Hub: - Pull from Docker Hub:
``` ```bash
bashCopy code
docker pull docker.io/openim/openim-server:latest docker pull docker.io/openim/openim-server:latest
``` ```
@ -77,22 +74,19 @@ When pulling OpenIM's Docker images, you can choose the most suitable source bas
- Pull from GitHub: - Pull from GitHub:
``` ```bash
bashCopy code
docker pull ghcr.io/openimsdk/openim-chat:latest docker pull ghcr.io/openimsdk/openim-chat:latest
``` ```
- Pull from Alibaba Cloud: - Pull from Alibaba Cloud:
``` ```bash
bashCopy code
docker pull registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-chat:latest docker pull registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-chat:latest
``` ```
- Pull from Docker Hub: - Pull from Docker Hub:
``` ```bash
bashCopy code
docker pull docker.io/openim/openim-chat:latest docker pull docker.io/openim/openim-chat:latest
``` ```