VirtualBox のバージョン 4.3.2 を利用して、Mac OS X の Vagrant 内でこのCoreOS イメージを実行します。
イメージを起動すると、次のエラーが表示されます。
[default] No guest additions were detected on the base box for this VM! Guest
additions are required for forwarded ports, shared folders, host only
networking, and more. If SSH fails on this machine, please install
the guest additions and repackage the box to continue.
This is not an error message; everything may continue to work properly,
in which case you may ignore this message.
これは、ゲストの追加をサポートしていないように見えるOS X で VirtualBox を実行しているにもかかわらずです。
それにもかかわらず、共有フォルダーを手動で追加することはできますが、Settings -> Shared Folders
これらはイメージの再起動時に保持されません。Auto-mount
Make permanent
この CoreOS イメージには、セキュリティ ポリシーの一部としてランダムな再起動が含まれているため、再起動後に共有フォルダーが失われ、イメージを完全に削除して再作成しない限り共有フォルダーを取り戻すことができません。
なぜこうなった?