Configure Vagrant to use qmk_base_container (#6194)

* 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
This commit is contained in:
Joel Challis
2019-07-16 09:20:34 +01:00
committed by skullydazed
parent a32f7e1a25
commit 29e9caa82b
4 changed files with 107 additions and 15 deletions

12
util/vagrant/readme.md Normal file
View File

@ -0,0 +1,12 @@
# 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