meAmidos / dcind

Docker image with Docker Compose. Useful as a base image for integration tests in Concourse CI.
MIT License
142 stars 104 forks source link

try_start: command not found #14

Closed jenssegers closed 5 years ago

jenssegers commented 5 years ago

After the upgrade we're running into the following issue:

11:11:17
Starting Docker...
11:11:17
test.sh: line 101: declare: not found
11:11:17
bash: try_start: command not found
11:11:17
bash: try_start: command not found
11:11:17
bash: try_start: command not found
11:11:17
bash: try_start: command not found
11:11:17
bash: try_start: command not found
11:11:17
bash: try_start: command not found
11:11:17
bash: try_start: command not found
jenssegers commented 5 years ago

Switching to #!/usr/bin/env bash fixed it.