plugins/provisioners/docker/config.rb in vagrant-unbundled-1.8.5.2 vs plugins/provisioners/docker/config.rb in vagrant-unbundled-1.9.1.1
- old
+ new
@@ -3,18 +3,9 @@
module VagrantPlugins
module DockerProvisioner
class Config < Vagrant.plugin("2", :config)
attr_reader :images
- def version=(value)
- STDOUT.puts <<-EOH
-[DEPRECATED] The configuration `docker.version' has been deprecated. Docker no
-longer allows you to specify the version of Docker you want installed and will
-automatically choose the best version for your guest. Please remove this option
-from your Vagrantfile.
-EOH
- end
-
def initialize
@images = Set.new
@__build_images = []
@__containers = Hash.new { |h, k| h[k] = {} }