Seb Nash
Results
2
comments of
Seb Nash
:+1: I _think_ this has something to do with [vagrantfile.tpl](https://github.com/mitchellh/boot2docker-vagrant-box/blob/master/vagrantfile.tpl): ``` ruby # Disable synced folders because guest additions aren't available config.vm.synced_folder ".", "/vagrant", disabled: true ``` As I understand...