mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
remove /etc/conf.d.docker will provide option to have that externally to override
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
c655429a32
commit
fa4beb5277
@ -1,5 +0,0 @@
|
|||||||
# /etc/conf.d/docker
|
|
||||||
|
|
||||||
export DOCKER_RAMDISK="true"
|
|
||||||
export DOCKER_BINARY="/usr/bin/docker"
|
|
||||||
export DOCKER_OPTS="-s aufs"
|
|
@ -1,5 +1,8 @@
|
|||||||
#!/sbin/openrc-run
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
|
export DOCKER_RAMDISK="true"
|
||||||
|
|
||||||
|
DOCKER_OPTS="${DOCKER_OPTS:--s aufs}"
|
||||||
command="${DOCKER_BINARY:-/usr/bin/docker}"
|
command="${DOCKER_BINARY:-/usr/bin/docker}"
|
||||||
pidfile="${DOCKER_PIDFILE:-/run/${RC_SVCNAME}.pid}"
|
pidfile="${DOCKER_PIDFILE:-/run/${RC_SVCNAME}.pid}"
|
||||||
command_args="daemon -p \"${pidfile}\" ${DOCKER_OPTS}"
|
command_args="daemon -p \"${pidfile}\" ${DOCKER_OPTS}"
|
||||||
|
Loading…
Reference in New Issue
Block a user