Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ephemeralsnow/61ba255063aa5892cef250ee665ce650 to your computer and use it in GitHub Desktop.
Save ephemeralsnow/61ba255063aa5892cef250ee665ce650 to your computer and use it in GitHub Desktop.
Vagrant 1.8.5とboot2dockerでShared Folderのマウントに失敗する
https://github.com/mitchellh/vagrant/blob/7e88266999e0eaf86299421e99a4fb038b4f2b1c/plugins/guests/linux/cap/mount_virtualbox_shared_folder.rb#L14
ここの
mount_commands = ["set -e"]
mount_commands = []
へ修正して回避できた。
boot2docker の /bin/sh が busybox だから?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment