#!/bin/bash
set -e
(
export BINARY_SHORT_NAME='dockerd'
export SOURCE_PATH='./docker'
source "${MAKEDIR}/.binary"
copy_containerd "$DEST" 'hash'
)