Skip to content

Commit

Permalink
Expose the Docker port
Browse files Browse the repository at this point in the history
  • Loading branch information
YungSang committed Feb 12, 2014
1 parent 2ed0c87 commit 4cef587
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vagrantfile_virtualbox.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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", [
Expand Down

0 comments on commit 4cef587

Please sign in to comment.