* Initial conversion of vagrant to use qmkfm/base_container * Fix vagrant when using docker provider * Workaround for VirtualBox VM restarts * Generalise Vagrant docs slightly and add FAQ
		
			
				
	
	
		
			13 lines
		
	
	
		
			298 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			298 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# QMK Vagrant Utilities
 | 
						|
 | 
						|
## Dockerfile
 | 
						|
Vagrant-friendly `qmkfm/base_container`.
 | 
						|
 | 
						|
In order for the Docker provider and `vagrant ssh` to function the container has a few extra requirements.
 | 
						|
 | 
						|
* vagrant user
 | 
						|
* ssh server
 | 
						|
  * configured with expected public key
 | 
						|
* sudo
 | 
						|
  * passwordless for vagrant user
 |