Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Wiki
Deployment
Virtual Machine with Packer
Changes
Page history
New page
Templates
Clone repository
Update Virtual Machine with Packer
authored
2 years ago
by
Fabian Englert
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Deployment/Virtual-Machine-with-Packer.md
+1
-1
1 addition, 1 deletion
Deployment/Virtual-Machine-with-Packer.md
with
1 addition
and
1 deletion
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"
]
,
...
...
This diff is collapsed.
Click to expand it.