Getting this error when running docker-compose with a setup_remote_docker step in config.yml.
^@^@Error response from daemon: oci runtime error: container_linux.go:265: starting container process caused "exec: \"/app/docker-entrypoint.sh\": stat /app/docker-entrypoint.sh: no such file or directory"
Can you post your .circleci/config.yml file as well? It’ll help with determining what might be occurring. Also if your build is public and link to the failed build will help too.
Also, if it helps - here is the tail of the ‘Docker Compose up’ step.
Step 9/9 : ENTRYPOINT /app/docker-entrypoint.sh
---> Running in 385752fcda1a
---> 446c628f839a
Removing intermediate container 385752fcda1a
Successfully built 446c628f839a
Successfully tagged api_web:latest
WARNING: Image for service web was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Creating api_web_1 ...
ERROR: for api_web_1 Cannot start service web: oci runtime error: container_linux.go:265: starting container process caused "exec: \"/app/docker-entrypoint.sh\": stat /app/docker-entrypoint.sh: no such file or directory"
ERROR: for web Cannot start service web: oci runtime error: container_linux.go:265: starting container process caused "exec: \"/app/docker-entrypoint.sh\": stat /app/docker-entrypoint.sh: no such file or directory"
ERROR: Encountered errors while bringing up the project.
Exited with code 1