We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ead7eb6 + 07fee44 commit 9e3d18eCopy full SHA for 9e3d18e
Vagrantfile
@@ -20,8 +20,6 @@ Vagrant::Config.run do |config|
20
pkg_cmd = "apt-get update -qq; apt-get install -q -y python-software-properties; " \
21
"add-apt-repository -y ppa:dotcloud/lxc-docker; apt-get update -qq; " \
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
# Add X.org Ubuntu backported 3.8 kernel
26
pkg_cmd << "add-apt-repository -y ppa:ubuntu-x-swat/r-lts-backport; " \
27
"apt-get update -qq; apt-get install -q -y linux-image-3.8.0-19-generic; "
0 commit comments