github.com/docker/engine@v22.0.0-20211208180946-d456264580cf+incompatible/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