Skip to content

Commit 8fa7e8b

Browse files
author
Dave Try
committed
fixing ubuntu storage driver
1 parent c77cde3 commit 8fa7e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/docker_full_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
default_docker_exec_lr_command = '/bin/sh -c "touch /root/test_file.txt; while true; do echo hello world; sleep 1; done"'
4545
default_docker_exec_command = 'touch /root/test_file.txt'
4646
docker_mount_path = "/root"
47-
storage_driver = "devicemapper"
47+
storage_driver = "overlay2"
4848
end
4949

5050
describe 'the Puppet Docker module' do

0 commit comments

Comments
 (0)