mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
docker-ce: Updated to 19.03.1
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
This commit is contained in:
committed by
Yousong Zhou
parent
7fe591cac6
commit
c92f7c2006
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"data-root": "/opt/docker/"
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user