1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

deployment, issue #1787: Remove deprecated port forwarding from /Vagrantfile

This commit is contained in:
Daniel Mizyrycki 2013-09-04 10:05:54 -07:00
parent 5974794942
commit 34145f9840

1
Vagrantfile vendored
View file

@ -12,7 +12,6 @@ Vagrant::Config.run do |config|
# Setup virtual machine box. This VM configuration code is always executed.
config.vm.box = BOX_NAME
config.vm.box_url = BOX_URI
config.vm.forward_port 4243, 4243
# Provision docker and new kernel if deployment was not done
if Dir.glob("#{File.dirname(__FILE__)}/.vagrant/machines/default/*/id").empty?