Skip to content

Commit

Permalink
update example Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Mar 10, 2024
1 parent 2e8df75 commit fd05e43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Vagrant.configure("2") do |config|
config.vm.provider :docker do |docker, override|
docker.image = "alvistack/debian-12"
docker.pull = true

override.vm.synced_folder "./", "/vagrant"
end
end

0 comments on commit fd05e43

Please sign in to comment.