Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #95

Merged
merged 1 commit into from
May 24, 2022
Merged

Update README.md #95

merged 1 commit into from
May 24, 2022

Conversation

loleg
Copy link
Contributor

@loleg loleg commented May 15, 2022

Following the instructions at the bottom of the README, I tried to start a new project using the decidim-generator image. However, this gives an error as follows (replacing <APP_NAME> for the name I chose for my project):

Digest: sha256:163914b0e8a8214d132eba24d6475faea1ed9481c598be682c4ad480c333a348
Status: Downloaded newer image for ghcr.io/decidim/decidim-generator:latest
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "<APP_NAME>": executable file not found in $PATH: unknown.
ERRO[0004] error waiting for container: context canceled 

Looks like the instruction needs just to specify decidim as the command to work.

Following the instructions at the bottom of the README, I tried to start a new project using the decidim-generator image. However, this gives an error as follows (replacing <APP_NAME> for the name I chose for my project):

```
Digest: sha256:163914b0e8a8214d132eba24d6475faea1ed9481c598be682c4ad480c333a348
Status: Downloaded newer image for ghcr.io/decidim/decidim-generator:latest
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "<APP_NAME>": executable file not found in $PATH: unknown.
ERRO[0004] error waiting for container: context canceled 
```

Looks like the instruction needs just to specify `decidim` as the command to work.
Copy link
Member

@andreslucena andreslucena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks for the fix!

@ahukkanen ahukkanen merged commit cdddb8c into decidim:master May 24, 2022
@loleg loleg deleted the patch-1 branch May 24, 2022 09:30
Copy link

@Othman-Benbrahim Othman-Benbrahim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, I don't understand how, you solved the problem? What did you do? What lines of code should be entered and where to solve the problem?

My error looks like yours, but not quite the same: " Error invoking remote method 'docker-start-container': Error: (HTTP code 400) unexpected - failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/code/vendor/hello-world.sh": stat /code/vendor/hello-world.sh: no such file or directory: unknown"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants