decidim / docker

Docker images for decidim
https://decidim.org
12 stars 18 forks source link

Update README.md #95

Closed loleg closed 2 years ago

loleg commented 2 years ago

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 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.