dockerd: use full paths to avoid security breachs
This commit is contained in:
parent
9ace488ccb
commit
5c0444889a
@ -26,4 +26,4 @@ for cg in ${cgroups}; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# start the docker daemon
|
# start the docker daemon
|
||||||
dockerd-dev $@
|
"${PREFIX}/bin/dockerd-dev" $@
|
||||||
|
Loading…
Reference in New Issue
Block a user