MacのvagrantでDockerを試したくなったので1.3.5から1.5.3にアップデートしたら次のようなメッセージが出て何にもできなくなった。
Vagrant failed to initialize at a very early stage:
The plugins failed to load properly. The error message given is shown below.
cannot load such file -- /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/share_folders
削除してから新規インストールしても、1.5.2などにしてもダメなのでいろいろ試してて、次のコマンドでプラグインをアップデートしたら動くようになった。
$ vagrant plugin update
Updating installed plugins...
Updated 'vagrant-omnibus' to version '1.3.1'!
Updated 'vagrant-windows' to version '1.6.0'!
そういえば、EC2とかWindowsとかをいろいろ試してた時にそんなプラグイン入れてたなと思いだした。
vagrantをバージョンアップしたらvagrant plugin update
は必須くさいですね。