Use udef as default for execdriver because the -e option is not supported on all docker versions.

This commit is contained in:
Lars van de Kerkhof 2014-03-19 17:15:56 +01:00
Родитель 9a9f4e6537
Коммит 80f072b438
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,5 +18,5 @@ class docker::params {
}
$proxy = undef
$no_proxy = undef
$execdriver = 'native'
$execdriver = undef
}