mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
As requested by @justincormack (https://github.com/linuxkit/linuxkit/pull/2784#issuecomment-349064467).
Signed-off-by: David Manouchehri <david.manouchehri@riseup.net>
This commit is contained in:
parent
bc43735543
commit
e9bc7353e6
3
Vagrantfile → scripts/Vagrantfile
vendored
3
Vagrantfile → scripts/Vagrantfile
vendored
@ -5,6 +5,9 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "bento/ubuntu-16.04"
|
||||
|
||||
config.vm.synced_folder ".", "/vagrant", disabled: true
|
||||
config.vm.synced_folder "../", "/vagrant"
|
||||
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
snap install --classic go
|
||||
SHELL
|
Loading…
Reference in New Issue
Block a user