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,7 +3,7 @@ set -e
(
export BINARY_SHORT_NAME='dockerd'
export SOURCE_PATH='./docker'
export SOURCE_PATH='./cmd/dockerd'
source "${MAKEDIR}/.binary"
copy_containerd "$DEST" 'hash'
)
)