Skip to content

Commit

Permalink
Pin docker version in vagrant VM
Browse files Browse the repository at this point in the history
Otherwise it will always install the latest docker version, which will be
undesirable when new major releases are done, until they are well tested.

For instance, docker 1.9 was killing my VM when spawning a kubernetes cluster,
due to a high CPU consumption, probably due to
moby/moby#17720
  • Loading branch information
Alfonso Acosta committed Nov 12, 2015
1 parent 5e79da0 commit 34a592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -5,7 +5,7 @@ require './vagrant-common.rb'
vm_ip = "172.16.0.3" # arbitrary private IP

pkgs = %w(
docker-engine
docker-engine=1.8.3-0~vivid
aufs-tools
build-essential
ethtool
Expand Down

0 comments on commit 34a592e

Please sign in to comment.