# File lib/meez/meez.rb, line 167 def self.init_docker(cookbook_name, options) puts '* Initializing Docker' path = File.join(options[:path], cookbook_name) write_template('Dockerfile.erb', path, cookbook_name, options) end