Skip to content

Commit 800e7d1

Browse files
committed
fix
1 parent 2020f80 commit 800e7d1

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

docs/en/guide/oneclickvirt/oneclickvirt_install.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ journalctl -u oneclickvirt -f
9898

9999
Restart service:
100100

101-
Stop service:
102-
103101
```shell
104102
systemctl restart oneclickvirt
105103
```

docs/en/guide/oneclickvirt/oneclickvirt_qa.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,12 @@ Immediately after reboot, log into SSH and use the corresponding script to clear
9191

9292
Since containers take time to restart individually after reboot, this window may not delete many instances, but each reboot clears some.
9393

94-
Ultimately, when limiting instance counts, carefully assess node performance. Avoid overloading weaker nodes or those with strict constraints.
94+
Ultimately, when limiting instance counts, carefully assess node performance. Avoid overloading weaker nodes or those with strict constraints.
95+
96+
## Issues Arising from Self-Compilation
97+
98+
Commonly encountered in source code deployment, Dockerfile, and Docker Compose deployment methods
99+
100+
Frequently observed in frontend compilation errors on ARM architectures
101+
102+
Directly deploy using pre-compiled Docker container images or binary files (most reliable approach)

docs/guide/oneclickvirt/oneclickvirt_qa.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,12 @@ internal error, please report: running “lxd.lxc” failed: cannot create trans
9292

9393
由于重启后容器虚拟机需要一段时间一个个自动重启,打这个时间差可能删不了多少,但每次重启都能删一些
9494

95-
最终还是需要在限制实例数量的时候,慎重考虑节点的性能,较弱或者限制较多的节点,建议不要开设过多实例
95+
最终还是需要在限制实例数量的时候,慎重考虑节点的性能,较弱或者限制较多的节点,建议不要开设过多实例
96+
97+
## 自编译出现问题
98+
99+
常见于 源码部署、Dockerfile、DockerCompose 方式部署
100+
101+
常见于 ARM 架构下前端编译出错
102+
103+
直接使用 预编译的Docker容器镜像 或 直接使用二进制文件部署(最稳妥)

0 commit comments

Comments
 (0)