{"id":26837007,"url":"https://github.com/331dala/docker-troubleshoot","last_synced_at":"2026-01-08T16:06:21.444Z","repository":{"id":283261815,"uuid":"951186265","full_name":"331Dala/Docker-troubleshoot","owner":"331Dala","description":"Record some probelms, when using Docker.(Just README file here)","archived":false,"fork":false,"pushed_at":"2025-03-19T09:50:52.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T10:37:55.617Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/331Dala.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-19T09:43:19.000Z","updated_at":"2025-03-19T09:50:55.000Z","dependencies_parsed_at":"2025-03-19T10:48:32.947Z","dependency_job_id":null,"html_url":"https://github.com/331Dala/Docker-troubleshoot","commit_stats":null,"previous_names":["331dala/docker-troubleshoot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/331Dala%2FDocker-troubleshoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/331Dala%2FDocker-troubleshoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/331Dala%2FDocker-troubleshoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/331Dala%2FDocker-troubleshoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/331Dala","download_url":"https://codeload.github.com/331Dala/Docker-troubleshoot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246349423,"owners_count":20763169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-30T16:33:36.090Z","updated_at":"2026-01-08T16:06:21.255Z","avatar_url":"https://github.com/331Dala.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-troubleshoot  \nRecord some probelms, when using Docker.(Just README file this repository)  \n\n## some Docker **command**  \n\ndocker ps  \n(Show running containers)  \ndocker ps -a   \ndocker ps -a --filter \"ancestor=sha256:1a86f4dacc3fb28abda390e303fab1bc0849683bd2bb932095a3de43cafe1659\"  \n(Show all containers created based on this image, including running and stopped ones.)  \n\nFor delete image:  \ndocker stop \u003ccontainer_id\u003e  \ndocker rm \u003ccontainer_id\u003e  \n\n## some Docker **problem**\n\n\u003e **1.** INFO:\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; ::1:56416 - \"POST /predict HTTP/1.1\" 500 Internal Server Error  \nERROR:\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; Exception in ASGI application  \nTraceback (most recent call last):  \n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; File \"xxx **omitted** Multiple lines here xxx\"  \nhttp.client.RemoteDisconnected: Remote end closed connection without response  \nDuring handling of the above exception, another exception occurred:  \nTraceback (most recent call last):  \n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; File \"xxx **omitted** Multiple lines here xxx\"  \n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; raise RemoteDisconnected(\"Remote end closed connection without\"  \nurllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))  \nDuring handling of the above exception, another exception occurred:  \nTraceback (most recent call last):  \n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; File \"xxx **omitted** Multiple lines here xxx\"  \n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; raise ConnectionError(err, request=request)  \nrequests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))  \n\n\u003e **2.** curl : { \"error\": \"Malformed request: GET /v1/models/***:predict\" }  \n所在位置 行:1 字符: 1  \n\\+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  \n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \\+ CategoryInfo\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest]，WebException  \n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \\+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand\n\n\u003e - Those 2 Error happend, **surprisingly** beacause of I write a wrong port num , like below.\n\u003e  \n\u003e \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;**8501:8501\\-\\-\\\u003e8501:8051** 💥💥💥💢💢💢(observe carefully here!!!)\n\u003e \n### 😂😂😂 I stuck here about 10 hours !!!  \n(This is the reason why, I have this file.)\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F331dala%2Fdocker-troubleshoot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F331dala%2Fdocker-troubleshoot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F331dala%2Fdocker-troubleshoot/lists"}