From 4cef5870263101813e46b46dcbd75a046becbf98 Mon Sep 17 00:00:00 2001 From: YungSang Date: Wed, 12 Feb 2014 11:35:16 -0800 Subject: [PATCH] Expose the Docker port --- vagrantfile_virtualbox.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vagrantfile_virtualbox.tpl b/vagrantfile_virtualbox.tpl index a60d0ff..2710f34 100644 --- a/vagrantfile_virtualbox.tpl +++ b/vagrantfile_virtualbox.tpl @@ -5,6 +5,9 @@ Vagrant.configure("2") do |config| # Disable synced folders because guest additions aren't available config.vm.synced_folder ".", "/vagrant", disabled: true + # Expose the Docker port + config.vm.network "forwarded_port", guest: 4243, host: 4243 + # Attach the b2d ISO so that it can boot config.vm.provider "virtualbox" do |v| v.customize "pre-boot", [