We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77cde3 commit 8fa7e8bCopy full SHA for 8fa7e8b
spec/acceptance/docker_full_spec.rb
@@ -44,7 +44,7 @@
44
default_docker_exec_lr_command = '/bin/sh -c "touch /root/test_file.txt; while true; do echo hello world; sleep 1; done"'
45
default_docker_exec_command = 'touch /root/test_file.txt'
46
docker_mount_path = "/root"
47
- storage_driver = "devicemapper"
+ storage_driver = "overlay2"
48
end
49
50
describe 'the Puppet Docker module' do
0 commit comments