You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
Dear,
I have read the "usage" section of the project help document. After the line "docker run -ti -p 127.0.0.1:8000:8000 local_api gunicorn wsgi:app -c /app/gunicorn.config.py" has been read, I am so confused about the "local_api".
As I have cloned the project's codes to my local computer, and I ran the command "docker run -ti -p 127.0.0.1:8000:8000 local_api gunicorn wsgi:app -c /app/gunicorn.config.py" under the project folder. However, I encountered the following errors, so could you pls give me some suggestions? Thanks!
"Unable to find image 'local_api:latest' locally
docker: Error response from daemon: pull access denied for local_api, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'."
The text was updated successfully, but these errors were encountered:
I think the problem is you have to build the docker image before running it. I should have included it in the documentation.
At the root of the project, you can execute the following command :
Dear,
I have read the "usage" section of the project help document. After the line "docker run -ti -p 127.0.0.1:8000:8000 local_api gunicorn wsgi:app -c /app/gunicorn.config.py" has been read, I am so confused about the "local_api".
As I have cloned the project's codes to my local computer, and I ran the command "docker run -ti -p 127.0.0.1:8000:8000 local_api gunicorn wsgi:app -c /app/gunicorn.config.py" under the project folder. However, I encountered the following errors, so could you pls give me some suggestions? Thanks!
"Unable to find image 'local_api:latest' locally
docker: Error response from daemon: pull access denied for local_api, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'."
The text was updated successfully, but these errors were encountered: