.integration-daemon-setup 132 B

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