站点更新:2020-02-26 14:52:38
This commit is contained in:
6
Vagrantfile
vendored
6
Vagrantfile
vendored
@@ -45,9 +45,9 @@ Vagrant.configure("2") do |config|
|
||||
# do NOT check the correct additions version when booting this machine(插件安装:vagrant plugin install vagrant-vbguest)
|
||||
cfg.vbguest.auto_update = false
|
||||
|
||||
# cfg.vm.synced_folder "/Users/ehlxr/works/Vagrant/vm_share", "/root/", type: "virtualbox"
|
||||
cfg.vm.synced_folder "/Users/ehlxr/works/Vagrant", "/vagrant", disabled: true
|
||||
cfg.vm.synced_folder "/Users/ehlxr/works/Vagrant", "/root/share", type: "virtualbox"
|
||||
# cfg.vm.synced_folder "./", "/root/", type: "virtualbox"
|
||||
cfg.vm.synced_folder "./", "/vagrant", disabled: true
|
||||
cfg.vm.synced_folder "./", "/root/share", type: "virtualbox"
|
||||
|
||||
# 开机运行命令
|
||||
cfg.vm.provision "shell", run: "always", inline: <<-SHELL
|
||||
|
Reference in New Issue
Block a user