Transfer ad-hoc setup docs to tutorial project
This commit is contained in:
parent
7d726b9f79
commit
4d35e43c15
6 changed files with 654 additions and 7 deletions
8
Vagrantfile
vendored
Normal file
8
Vagrantfile
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
# -*- mode: ruby; -*-
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
|
||||
# target machine runs Debian 10 "buster"
|
||||
config.vm.box = "debian/buster64"
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue