Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚更新了我使用 vagrant 创建的虚拟机。我还安装了 java7-jdk。 我们是 3 人团队,我想与他们分享机器的当前状态。这样做的正确程序是什么?
共享/分发的最简单方法是将盒子打包(导出)到.box(gzipped tar)文件。
.box
要导出盒子:
vagrant package --base box_name --output /path/to/share.box
在此处查看更多信息:包