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
Hi, Greetings!
I deployed this harvester project on AWS Ubuntu.
Then, I run this command, docker-compose up --build, I am getting error below.
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
[+] Running 2/0
⠿ Container shearscan_harvester-mysql-1 Running 0.0s
⠿ Container shearscan_harvester-substrate-node-1 Running 0.0s
Attaching to shearscan_harvester-harvester-1, shearscan_harvester-mysql-1, shearscan_harvester-substrate-node-1
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/start.sh": stat /start.sh: no such file or directory: unknown
What is the reason you change the entrypoint from /usr/src/start.sh to /start.sh? If you didn't change the workdir in the Dockerimage you should change it back.
Hi, Greetings!
I deployed this
harvester
project on AWS Ubuntu.Then, I run this command,
docker-compose up --build
, I am getting error below.And here is my docker-compose.yml codebase.
What is wrong?
What should I do on AWS Ubuntu EC2 to solve this issue?
The text was updated successfully, but these errors were encountered: