Skip to content

Commit

Permalink
Tell Docker to use 'overlay' storage driver
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Jul 13, 2015
1 parent db80161 commit 4853a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Vagrantfile
Expand Up @@ -28,8 +28,8 @@ def configure_docker(host, hostname, ip)
install_packages host.vm, pkgs
host.vm.provision :shell, :inline => "usermod -a -G docker vagrant; "

# Listen on the remote API
host.vm.provision :shell, :inline => "sed -i -e's%-H fd://%-H fd:// -H tcp://0.0.0.0:2375%' /lib/systemd/system/docker.service"
# Listen on the remote API and use overlay storage driver
host.vm.provision :shell, :inline => "sed -i -e's%-H fd://%-H fd:// -H tcp://0.0.0.0:2375 -s overlay%' /lib/systemd/system/docker.service"
host.vm.provision :shell, :inline => "systemctl daemon-reload"

host.vm.provision :shell, :inline => "systemctl start docker"
Expand Down

0 comments on commit 4853a1d

Please sign in to comment.