Skip to content

Commit 0793673

Browse files
committed
fix(data_plane): fix show error
1 parent f37f28e commit 0793673

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/p4/data_plane.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1818
### 安装虚拟机环境
1919
以下脚本完成这些内容:
20+
2021
* 下载 `Vagrant``libvirt`
2122
* 下载 vagrant 插件: `vagrant-rsync-back`
2223
* `vagrant rsync` 指令将宿主机上的文件夹覆盖到虚拟机上
@@ -87,6 +88,7 @@ end
8788
```
8889

8990
以上 `Vagrantfile` 有如下功能:
91+
9092
* 创建一个 `ubuntu 24.04` 的虚拟机
9193
* 创建 `tutorials` 文件夹宿主机和虚拟机之间的映射,可以进行 `rsync``rsync-back` 操作
9294
* 设定虚拟机名称 `vm-p4`

0 commit comments

Comments
 (0)