mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-18 23:08:00 +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
8311a37ff6
commit
530e61178b
@ -68,6 +68,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