Skip to content

Commit 9e3d18e

Browse files
committed
Merge pull request moby#1388 from titanous/revert-vagrant-bind
Revert "Bind daemon to 0.0.0.0 in Vagrant. Fixes moby#1304"
2 parents ead7eb6 + 07fee44 commit 9e3d18e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Vagrantfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Vagrant::Config.run do |config|
2020
pkg_cmd = "apt-get update -qq; apt-get install -q -y python-software-properties; " \
2121
"add-apt-repository -y ppa:dotcloud/lxc-docker; apt-get update -qq; " \
2222
"apt-get install -q -y lxc-docker; "
23-
# Listen on all interfaces so that the daemon is accessible from the host
24-
pkg_cmd << "sed -i -E 's| /usr/bin/docker -d| /usr/bin/docker -d -H 0.0.0.0|' /etc/init/docker.conf;"
2523
# Add X.org Ubuntu backported 3.8 kernel
2624
pkg_cmd << "add-apt-repository -y ppa:ubuntu-x-swat/r-lts-backport; " \
2725
"apt-get update -qq; apt-get install -q -y linux-image-3.8.0-19-generic; "

0 commit comments

Comments
 (0)