Created
July 20, 2016 04:19
-
-
Save ephemeralsnow/61ba255063aa5892cef250ee665ce650 to your computer and use it in GitHub Desktop.
Vagrant 1.8.5とboot2dockerでShared Folderのマウントに失敗する
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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