docker-ce: Updated to 19.03.2

* Added warning logging
* Added missing default kmod
* Added missing kernel feature for IO scheduling

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
This commit is contained in:
Gerard Ryan
2019-10-04 21:48:43 +10:00
parent eed49dad9c
commit c8e70c9550
4 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -5,8 +5,9 @@ START=25
start_service() {
local nofile=$(cat /proc/sys/fs/nr_open)
procd_open_instance
procd_set_param stderr 1
procd_set_param command /usr/bin/dockerd
procd_set_param limits nofile="${nofile} ${nofile}"
procd_close_instance