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