.integration-daemon-setup 143 B

1234567
  1. #!/usr/bin/env bash
  2. set -e
  3. source "$MAKEDIR/.detect-daemon-osarch"
  4. if [ "$DOCKER_ENGINE_GOOS" != "windows" ]; then
  5. bundle .ensure-emptyfs
  6. fi