You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't run the docker container
and can't figure why it happen, cause container have a /scripts/run.sh file inside it
docker-compose up
ib-gateway-docker_ib-gateway_1 is up-to-date
Attaching to ib-gateway-docker_ib-gateway_1
ib-gateway_1 | exec /root/scripts/run.sh: no such file or directory
The text was updated successfully, but these errors were encountered:
I've tried to change launch command a bit
from CMD ["/root/scripts/run.sh"]
to CMD ["bash", "/root/scripts/run.sh"]
Script is launching now, but I have an error
ib-gateway-docker-ib-gateway-1 | /root/scripts/run.sh: line 2: $'\r': command not found
ib-gateway-docker-ib-gateway-1 | /root/scripts/run.sh: line 4: $'\r': command not found
ib-gateway-docker-ib-gateway-1 | /root/scripts/run.sh: line 6: $'\r': command not found
ib-gateway-docker-ib-gateway-1 | /root/scripts/run.sh: line 7: $'\r': command not found
ib-gateway-docker-ib-gateway-1 | /root/scripts/run.sh: line 20: syntax error: unexpected end of file
ib-gateway-docker-ib-gateway-1 exited with code 2
I can't run the docker container
and can't figure why it happen, cause container have a /scripts/run.sh file inside it
The text was updated successfully, but these errors were encountered: