Skip to content

Commit

Permalink
feat: update docker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Oct 8, 2024
1 parent fe8598d commit e8b1066
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ There are two ways to start graphscope portal

```bash
# Pull the image
docker pull ghcr.io/graphscope/portal:update-importor
docker pull ghcr.io/graphscope/portal:latest
```

```bash
# Run the container
docker run -it
--name my-portal
-p 8888:8888
-e COORDINATOR=http://host.docker.internal:8080
ghcr.io/graphscope/portal:update-importor
docker run -it \
--name my-portal \
-p 8888:8888 \
-e COORDINATOR=http://host.docker.internal:8080 \
ghcr.io/graphscope/portal:latest
```

> Description of Startup Parameters
Expand Down
12 changes: 6 additions & 6 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ GraphScope Portal 是一款专为 GraphScope 设计的,基于 Web 的用户交

```bash
# 拉取镜像
docker pull registry.cn-hongkong.aliyuncs.com/graphscope/portal:latest
docker pull ghcr.io/graphscope/portal:latest
```

# 运行容器

```bash
docker run -it
--name my-portal
-p 8888:8888
-e COORDINATOR=http://host.docker.internal:8080
registry.cn-hongkong.aliyuncs.com/graphscope/portal:latest
docker run -it \
--name my-portal \
-p 8888:8888 \
-e COORDINATOR=http://host.docker.internal:8080 \
ghcr.io/graphscope/portal:latest
```

> 启动参数说明
Expand Down

0 comments on commit e8b1066

Please sign in to comment.