Skip to content

Commit 1cb8210

Browse files
committed
fix: 修复错误命令
1 parent f102373 commit 1cb8210

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/en/guide/oneclickvirt/oneclickvirt_install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ Then follow the steps for fresh environment setup.
7272
**Delete Container Image**
7373

7474
```shell
75-
docker images rm -f spiritlhl/oneclickvirt:latest
76-
docker images rm -f ghcr.io/oneclickvirt/oneclickvirt:latest
75+
docker image rm -f spiritlhl/oneclickvirt:latest
76+
docker image rm -f ghcr.io/oneclickvirt/oneclickvirt:latest
7777
```
7878

7979
Only by deleting the container image and re-pulling the image can you ensure that the image used is the latest one; otherwise, the image will not be automatically updated.

docs/guide/oneclickvirt/oneclickvirt_install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ docker volume rm oneclickvirt-data oneclickvirt-storage
7272
**删除容器镜像**
7373

7474
```shell
75-
docker images rm -f spiritlhl/oneclickvirt:latest
76-
docker images rm -f ghcr.io/oneclickvirt/oneclickvirt:latest
75+
docker image rm -f spiritlhl/oneclickvirt:latest
76+
docker image rm -f ghcr.io/oneclickvirt/oneclickvirt:latest
7777
```
7878

7979
删除了容器镜像重新拉取镜像,才能确保镜像使用的是最新的镜像,否则不会自动更新镜像。

0 commit comments

Comments
 (0)