docker-ce: Updated to 19.03.1

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
This commit is contained in:
Gerard Ryan
2019-08-03 19:43:06 +10:00
committed by Yousong Zhou
parent 7fe591cac6
commit c92f7c2006
3 changed files with 11 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"data-root": "/opt/docker/"
}
+1 -2
View File
@@ -3,9 +3,8 @@
USE_PROCD=1
START=25
# docker can't run with a symlink in the path so we just use /opt/docker/
start_service() {
procd_open_instance
procd_set_param command /usr/bin/dockerd -g /opt/docker/
procd_set_param command /usr/bin/dockerd
procd_close_instance
}