Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 4308e881cc00141a1dd187120d1c4e2106148282 Component: engine
8 lines
143 B
Bash
8 lines
143 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
source "$MAKEDIR/.detect-daemon-osarch"
|
|
if [ "$DOCKER_ENGINE_GOOS" != "windows" ]; then
|
|
bundle .ensure-emptyfs
|
|
fi
|