Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juniormartinxo/30f4da168a848278ea2ec4ff9f5a5182 to your computer and use it in GitHub Desktop.
Save juniormartinxo/30f4da168a848278ea2ec4ff9f5a5182 to your computer and use it in GitHub Desktop.

Erro permission denied: unknown ao rodar docker-compose

ERROR: for scraping-app Cannot start service app: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: ".docker/entrypoint.sh": permission denied: unknown ERROR: for app Cannot start service app: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: ".docker/entrypoint.sh": permission denied: unknown ERROR: Encountered errors while bringing up the project.

Resolver o erro:

chmod +x docker-entrypoint.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment