lock docker version for kernel compatibility

This commit is contained in:
Jeffrey Martin 2019-02-17 00:03:49 -06:00
parent c238a6a46d
commit 2680a14624
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#
docker_service 'default' do
install_method 'package'
version '18.06.1'
action [:create, :start]
group 'docker'
end