question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Permission denied

See original GitHub issue

** PLEASE ONLY USE THIS ISSUE TRACKER TO SUBMIT ISSUES WITH THE EXAMPLE VOTING APP **

  • If you have a bug working with Docker itself, not related to these labs, please file the bug on the Docker repo *
  • If you would like general support figuring out how to do something with Docker, please use the Docker Slack channel. If you’re not on that channel, sign up for the Docker Community and you’ll get an invite. *
  • Or go to the Docker Forums *

Please provide the following information so we can assess the issue you’re having

Description

Steps to reproduce the issue, if relevant: 1. 2. 3.

Describe the results you received:

Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally):

Output of docker version:

(paste your output here)

Output of docker info:

(paste your output here)

Additional environment details (AWS, Docker for Mac, Docker for Windows, VirtualBox, physical, etc.):

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
Gregorutti48commented, Apr 13, 2021

I have tried to run the vote app , creating the python app with the github repo: Git Source Repo: https://github.com/dockersamples/example-voting-app.git Source Ref: master Source Context Dir: /vote

but it ends up with : The container vote is crashing frequently. It must wait before it will be restarted again.

in the logs:

—> Running application from Python script (app.py) …

| * Serving Flask app “app” (lazy loading)   | * Environment: production   | WARNING: This is a development server. Do not use it in a production deployment.   | Use a production WSGI server instead.   | * Debug mode: on   | Traceback (most recent call last):   | File “app.py”, line 51, in <module>   | app.run(host=‘0.0.0.0’, port=80, debug=True, threaded=True)   | File “/opt/app-root/lib/python3.6/site-packages/flask/app.py”, line 990, in run   | run_simple(host, port, self, **options)   | File “/opt/app-root/lib/python3.6/site-packages/werkzeug/serving.py”, line 1030, in run_simple   | s.bind(server_address)   | PermissionError: [Errno 13] Permission denied

Any idea ? Thanks for help

0reactions
Gregorutti48commented, Jun 22, 2023

is this issue fixed?

My bad, no fix for this from my side.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to resolve the "Permission Denied" error in Linux
While using Linux, you may encounter the error, “permission denied”. This error occurs when the user does not have the privileges to make...
Read more >
How to fix permission denied error in Linux? [Solutions]
What is Linux Permission Denied Error? This type of error will occur whenever you run a command for which you do not have...
Read more >
Correcting the permissions when access is denied
To correct the permissions, you should do: Verify that every directory contained in the path has the execute permission bit set. ... Verify...
Read more >
Fixing the 'Permission Denied' Error on Linux
If you receive the Permission Denied error on your Linux system, it usually means that your user account does not have the proper ......
Read more >
How to Fix Shell Script Permission Denied Error in Linux
The shell script permission denied error occurs when the shell script you're trying to run doesn't have the permissions to execute. Linux tells ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found