.integration-daemon-setup 122 B

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