我已经使用该ubuntu/trusty64
图像来创建虚拟机。我添加了一些安装,现在我想将新图像存储在 atlas 公众帐户中。但我无法将图像推送到地图集。我尝试了,vagrant push
但我收到以下错误消息。
subh@ubuntu_14$ vagrant push atlas
error archiving: No VCS found for path: /Users/subh/subh_mac/vagrant/ubuntu_14
我的推送方案如下 VagrantFile :
config.push.define "atlas" do |push|
push.app = "subh/ovs_docker" # this box does not exist in my atlas account
end
请告诉我,我如何使用vagrant push
.