#
# Cookbook:: kitchendockerdemo
# Recipe:: default
#
# Copyright:: 2020, The Authors, All Rights Reserved.
file '/tmp/readme.txt' do
content 'Created for demo'
action :create
end
Now execute the following commands
List kitchen test environments using the command kitchen list
Create test environments using the command kitchen create
Now List kitchen test environments using the command to know status kitchen list
Converge the test environments using command kitchen converge
Now List kitchen test environments using the command to know status kitchen list
Once you have finished testing the cookbook, destroy the instances using kitchen destroy