metasploitable3/chef/cookbooks/docker/test/cookbooks/docker_test/recipes/installation_tarball.rb
2019-02-17 00:02:05 -06:00

5 lines
98 B
Ruby

docker_installation_tarball 'default' do
version node['docker']['version']
action :create
end