Skip to content

Commit 9d2c0b8

Browse files
committed
feat: 添加 virtualizor-docker 项目
1 parent 262dd82 commit 9d2c0b8

File tree

5 files changed

+46
-2
lines changed

5 files changed

+46
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,10 @@ function getIncompleteSidebarZhCN() {
200200
{
201201
text: '其他虚拟化项目',
202202
items: [
203-
{ text: 'pterodactyl', link: '/incomplete/pterodactyl.html' },
204203
{ text: 'webvirtcloud', link: '/incomplete/webvirtcloud.html' },
204+
{ text: 'pterodactyl', link: '/incomplete/pterodactyl.html' },
205205
{ text: 'convoy', link: '/incomplete/convoy.html' },
206+
{ text: 'virtualizor-docker', link: '/incomplete/virtualizor-docker.html' },
206207
{ text: 'bashvm', link: '/incomplete/bashvm.html' },
207208
]
208209
}
@@ -318,9 +319,10 @@ function getIncompleteSidebarEnUS() {
318319
{
319320
text: 'Other Virtualization Projects',
320321
items: [
321-
{ text: 'pterodactyl', link: '/en/incomplete/pterodactyl.html' },
322322
{ text: 'webvirtcloud', link: '/en/incomplete/webvirtcloud.html' },
323+
{ text: 'pterodactyl', link: '/en/incomplete/pterodactyl.html' },
323324
{ text: 'convoy', link: '/en/incomplete/convoy.html' },
325+
{ text: 'virtualizor-docker', link: '/en/incomplete/virtualizor-docker.html' },
324326
{ text: 'bashvm', link: '/en/incomplete/bashvm.html' },
325327
]
326328
}

docs/en/incomplete/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ hero:
1616
features:
1717
- title: Notes
1818
details: Each item in this block has a corresponding drawback, and each item is not as easy to use as the previous ones, and has a certain learning cost.
19+
- title: Degree of difficulty
20+
details: Based on the difficulty of using the program itself, sorted from easiest to hardest, the further back you go the less guidance you'll get with this guide.
1921
---
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
outline: deep
3+
---
4+
5+
## Repo
6+
7+
https://github.com/ivstiv/virtualizor-docker
8+
9+
## Description
10+
11+
The virtualizor opened in the docker
12+
13+
The certificate is a trial certificate, and only OpenVZ is installed by default.
14+
15+
## Disadvantages
16+
17+
There is no community, so you have to figure it out on your own.
18+
19+
Ports for admin panel Don't look at the script's prompt messages, go with the repository instructions.

docs/incomplete/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ hero:
1616
features:
1717
- title: 注意事项
1818
details: 这块每个项目都有对应的缺点,每个项目都不像之前的项目一样简单好用,有一定的学习成本。
19+
- title: 难易程度
20+
details: 基于项目本身的使用难度,由易到难排序,越往后你能得到本指南的引导越少。
1921
---
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
outline: deep
3+
---
4+
5+
## 仓库
6+
7+
https://github.com/ivstiv/virtualizor-docker
8+
9+
## 说明
10+
11+
在docker中开设的 virtualizor
12+
13+
证书用的是试用的证书,且默认只安装了OpenVZ的虚拟化方式
14+
15+
## 缺点
16+
17+
毫无社区,一切自行摸索
18+
19+
admin面板的端口不要看脚本的提示信息,以仓库说明为准。

0 commit comments

Comments
 (0)