Skip to content

Commit

Permalink
docs: fix custom image for juicefs (#1059)
Browse files Browse the repository at this point in the history
* docs: fix custom image for juicefs

Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
zwwhdls authored Jul 30, 2024
1 parent 6326104 commit 2dccb00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/guide/custom-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ cd juicefs
git checkout ...
# The corresponding Dockerfile resides in the CSI Driver repository
curl -O https://raw.githubusercontent.com/juicedata/juicefs-csi-driver/master/docker/ce.juicefs.Dockerfile
curl -O https://raw.githubusercontent.com/juicedata/juicefs-csi-driver/master/docker/dev.juicefs.Dockerfile
# Build the Docker image, and then push to your private registry
docker build -t registry.example.com/juicefs-csi-mount:ce-latest -f ce.juicefs.Dockerfile .
docker build -t registry.example.com/juicefs-csi-mount:ce-latest -f dev.juicefs.Dockerfile .
docker push registry.example.com/juicefs-csi-mount:ce-latest
```

Expand Down
4 changes: 2 additions & 2 deletions docs/zh_cn/guide/custom-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ cd juicefs
git checkout ...
# 由于 Dockerfile 在 CSI 驱动的仓库,此处需要自行下载
curl -O https://raw.githubusercontent.com/juicedata/juicefs-csi-driver/master/docker/ce.juicefs.Dockerfile
curl -O https://raw.githubusercontent.com/juicedata/juicefs-csi-driver/master/docker/dev.juicefs.Dockerfile
# 构建镜像,并上传至私有镜像仓库
docker build -t registry.example.com/juicefs-csi-mount:ce-latest -f ce.juicefs.Dockerfile .
docker build -t registry.example.com/juicefs-csi-mount:ce-latest -f dev.juicefs.Dockerfile .
docker push registry.example.com/juicefs-csi-mount:ce-latest
```

Expand Down

0 comments on commit 2dccb00

Please sign in to comment.