mirror of
https://github.com/rancher/os.git
synced 2025-08-18 14:58:32 +00:00
Support debian style /etc/default/docker at /var/lib/rancher/conf/docker
This commit is contained in:
parent
420d3290c8
commit
4367c93aa3
@ -27,4 +27,8 @@ if [ "$(rancherctl config get user_docker.tls)" = "true" ]; then
|
|||||||
cd $TLS_PATH
|
cd $TLS_PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec $ARGS >/var/log/docker.log 2>&1
|
if [ -e /var/lib/rancher/conf/docker ]; then
|
||||||
|
source /var/lib/rancher/conf/docker
|
||||||
|
fi
|
||||||
|
|
||||||
|
exec $ARGS $DOCKER_OPTS >/var/log/docker.log 2>&1
|
||||||
|
Loading…
Reference in New Issue
Block a user