mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
/etc/init.d/docker: prepend /usr/local/sbin to the $PATH
This is where the iptables wrapper lives. Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
parent
80b234dd3e
commit
dfb97863c9
@ -60,6 +60,9 @@ start()
|
||||
|
||||
DOCKER_LOGFILE="/var/log/docker.log"
|
||||
|
||||
# Allow iptables to be overriden
|
||||
export PATH=/usr/local/sbin:$PATH
|
||||
|
||||
start-stop-daemon --start --quiet \
|
||||
--background \
|
||||
--exec ${command} \
|
||||
|
Loading…
Reference in New Issue
Block a user