mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 15:08:22 +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:
		
							
								
								
									
										3
									
								
								Vagrantfile → scripts/Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								Vagrantfile → scripts/Vagrantfile
									
									
									
									
										vendored
									
									
								
							| @@ -5,6 +5,9 @@ | |||||||
| Vagrant.configure("2") do |config| | Vagrant.configure("2") do |config| | ||||||
| 	config.vm.box = "bento/ubuntu-16.04" | 	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 | 	config.vm.provision "shell", inline: <<-SHELL | ||||||
| 		snap install --classic go | 		snap install --classic go | ||||||
| 	SHELL | 	SHELL | ||||||
		Reference in New Issue
	
	Block a user