Skip to content

Commit

Permalink
latest docker version (1.7.0) has issues with exec
Browse files Browse the repository at this point in the history
sticking to 1.6.2 for now
  • Loading branch information
Redjik committed Jul 6, 2015
1 parent 1fe106b commit 789cd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -39,7 +39,7 @@ Vagrant.configure(2) do |config|
# provision apt update
config.vm.provision :shell, inline: "apt-get update"
# provision with docker
config.vm.provision :docker
config.vm.provision :docker, version: "1.6.2"
config.vm.provision :docker_compose

# Provision the box with boostrap file
Expand Down

0 comments on commit 789cd88

Please sign in to comment.