Make dockerd debuggable

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 0c7eab31577d65f0d33766af533144e358ffe651
Component: engine
This commit is contained in:
John Howard
2016-04-23 18:31:57 -07:00
parent 3d056fb569
commit 7882678c17
27 changed files with 11 additions and 10 deletions

View File

@ -3,6 +3,6 @@ set -e
(
export BINARY_SHORT_NAME='docker'
export SOURCE_PATH='./client'
export SOURCE_PATH='./cmd/docker'
source "${MAKEDIR}/.binary"
)