Browse code

Revert "Bind daemon to 0.0.0.0 in Vagrant. Fixes #1304"

This reverts commit bdc79ac8b2dfad302f9e144711067a566726cfa2.

Jonathan Rudenberg authored on 2013/08/03 07:18:02
Showing 1 changed files
... ...
@@ -20,8 +20,6 @@ Vagrant::Config.run do |config|
20 20
     pkg_cmd = "apt-get update -qq; apt-get install -q -y python-software-properties; " \
21 21
       "add-apt-repository -y ppa:dotcloud/lxc-docker; apt-get update -qq; " \
22 22
       "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;"
25 23
     # Add X.org Ubuntu backported 3.8 kernel
26 24
     pkg_cmd << "add-apt-repository -y ppa:ubuntu-x-swat/r-lts-backport; " \
27 25
       "apt-get update -qq; apt-get install -q -y linux-image-3.8.0-19-generic; "