Network-MultiTool icon indicating copy to clipboard operation
Network-MultiTool copied to clipboard

CrashLoopBackOff: Back-off restarting failed error in azure container instance

Open bthompson104 opened this issue 2 years ago • 0 comments

Does anyone still use this image? When I try to run it as an azure container I get the below error. and when I run it locally on my macbook I can not connect to the ports 1180 or 11443.

Thanks

   "currentState": {
                        "state": "Waiting",
                        "detailStatus": "CrashLoopBackOff: Back-off restarting failed"
                    },
                    "previousState": {
                        "state": "Terminated",
                        "startTime": "2023-08-20T14:04:30.046Z",
                        "exitCode": 1,
                        "finishTime": "2023-08-20T14:04:37.037Z",
                        "detailStatus": "Error"
                    },

bthompson104 avatar Aug 20 '23 14:08 bthompson104