github.com/shishir-a412ed/docker@v1.3.2-0.20180103180333-fda904911d87/hack/make/.integration-daemon-setup (about) 1 #!/usr/bin/env bash 2 set -e 3 4 source "$MAKEDIR/.detect-daemon-osarch" 5 if [ "$DOCKER_ENGINE_GOOS" != "windows" ]; then 6 bundle .ensure-emptyfs 7 fi