Storage drivers can be selected with the storage_driver property on the docker_service resource like this:docker_service 'default' do storage_driver 'overlay' endConfiguration of the backing storage driver, including kernel module loading, is out of scope for this cookbook....