mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
9 lines
156 B
Bash
9 lines
156 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
(
|
|
export BINARY_SHORT_NAME='dockerd'
|
|
export SOURCE_PATH='./cmd/dockerd'
|
|
source "${MAKEDIR}/.binary"
|
|
copy_containerd "$DEST" 'hash'
|
|
) |