mirror of
https://github.com/rancher/os.git
synced 2025-08-02 07:24:28 +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
|
||||
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