moby--moby/hack/make/.integration-daemon-setup

8 lines
130 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -e
bundle .detect-daemon-osarch
if [ $DOCKER_ENGINE_GOOS != "windows" ]; then
bundle .ensure-emptyfs
fi