Changes
Page history
Update Virtual Machine with Packer
authored
Apr 28, 2023
by
Fabian Englert
Show whitespace changes
Inline
Side-by-side
Deployment/Virtual-Machine-with-Packer.md
View page @
2b8bab66
...
@@ -2,7 +2,7 @@ On this page, we will create a virtual machine image with Packer and run it with
...
@@ -2,7 +2,7 @@ On this page, we will create a virtual machine image with Packer and run it with
## ⚠️ Tested only with Ubuntu 22.04, other operating systems might not work
## ⚠️ Tested only with Ubuntu 22.04, other operating systems might not work
If you are using VirtualBox 7.0.
1
or newer, you have to in the file
**gosdn_vm.pkr.hcl**
uncomment the line
If you are using VirtualBox 7.0.
0
or newer, you have to in the file
**gosdn_vm.pkr.hcl**
uncomment the line
```
shell
```
shell
[
"modifyvm"
,
"{{.Name}}"
,
"--nat-localhostreachable1"
,
"on"
]
,
[
"modifyvm"
,
"{{.Name}}"
,
"--nat-localhostreachable1"
,
"on"
]
,
...
...
...
...