meAmidos / dcind

Docker image with Docker Compose. Useful as a base image for integration tests in Concourse CI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

try_start: command not found

jenssegers opened this issue · comments

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

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