github.com/skf/moby@v1.13.1/hack/make/binary-daemon (about) 1 #!/bin/bash 2 set -e 3 4 [ -z "$KEEPDEST" ] && \ 5 rm -rf "$DEST" 6 7 ( 8 source "${MAKEDIR}/.binary-setup" 9 export BINARY_SHORT_NAME="$DOCKER_DAEMON_BINARY_NAME" 10 export GO_PACKAGE='github.com/docker/docker/cmd/dockerd' 11 source "${MAKEDIR}/.binary" 12 copy_binaries "$DEST" 'hash' 13 )