ThreeDotsLabs / wild-workouts-go-ddd-example

Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
https://threedots.tech
MIT License
5.04k stars 464 forks source link

Failed to create shim task: OCI runtime create failed #60

Closed matthew-walter-works closed 2 years ago

matthew-walter-works commented 2 years ago

Summary

Setup

Steps To Reproduce:

Result:

...
wild-workouts-web-1                        | + yarn install
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./start.sh": permission denied: unknown
m110 commented 2 years ago

Should be fixed by #59 :)

matthew-walter-works commented 2 years ago

@m110 thanks for the quick response, however the issue is still open and am getting the same error after re-cloning repo.

matthew-walter-works commented 2 years ago

Should be fixed by #59 :)

@m110 This is not fixed yet

m110 commented 2 years ago

Hey @matthew-walter-works, sorry about the delay. b519c611e9d1248a149c89db9bcf879fd78b1e35 should do it.

Remember to run docker-compose build first. :)

matthew-walter-works commented 2 years ago

@m110 oh no, that was it? I missed the docker-compose build? I am sorry Miłosz. I looked at https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-example/commit/b519c611e9d1248a149c89db9bcf879fd78b1e35 and it seems to be an empty commit so I am assuming it was me.

matthew-walter-works commented 2 years ago

thank you for the help! and great job on the series, I have really enjoyed it!

m110 commented 2 years ago

No worries! The commit includes the executable flag for start.sh. I mentioned the docker-compose build as it doesn't run automatically and you could miss the changes. 🙂