Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
561p-course-staff
mininet-environment
Commits
8ae7c653
Verified
Commit
8ae7c653
authored
Feb 01, 2021
by
Kyle Yan
😕
Browse files
add x11 settings
parent
d5b1762c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
8ae7c653
...
...
@@ -7,6 +7,9 @@ Vagrant.configure("2") do |config|
config
.
vm
.
box
=
"ubuntu/focal64"
config
.
ssh
.
forward_agent
=
true
config
.
ssh
.
forward_x11
=
true
# config.vm.box_check_update = false
# config.vm.synced_folder "../data", "/vagrant_data"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment