Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Troubleshooting 'unhealthy' docker container

Featured Replies

A previously stable container recently started reporting as 'unhealthy' during startup.  The internal docker log does not report any errors and I'm able to access the containers active URL as expected. Version hasn't changed recently from what I can tell.

 

Calling a docker inspect command I get the following output (truncated to show health status):

 

[
    {
        "Id": "5c374170d7afed5811cc3251f27b12de173beee2c7899a102e2e47fe9f90c426",
        "Created": "2024-02-04T03:17:16.701460867Z",
        "Path": "./entrypoint.sh",
        "Args": [
            "resources/app/main.mjs",
            "--port=30000",
            "--headless",
            "--noupdate",
            "--dataPath=/data"
        ],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 4395,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2024-02-04T19:55:57.66182608Z",
            "FinishedAt": "2024-02-04T19:49:05.964040495Z",
            "Health": {
                "Status": "unhealthy",
                "FailingStreak": 16,
                "Log": [
                    {
                        "Start": "2024-02-04T15:04:28.485001389-05:00",
                        "End": "2024-02-04T15:04:28.52147859-05:00",
                        "ExitCode": 1,
                        "Output": ""
                    },
                    {
                        "Start": "2024-02-04T15:04:58.531513334-05:00",
                        "End": "2024-02-04T15:04:58.581211192-05:00",
                        "ExitCode": 1,
                        "Output": ""
                    },
                    {
                        "Start": "2024-02-04T15:05:28.590011407-05:00",
                        "End": "2024-02-04T15:05:28.634376391-05:00",
                        "ExitCode": 1,
                        "Output": ""
                    },
                    {
                        "Start": "2024-02-04T15:05:58.642992165-05:00",
                        "End": "2024-02-04T15:05:58.678409309-05:00",
                        "ExitCode": 1,
                        "Output": ""
                    },
                    {
                        "Start": "2024-02-04T15:06:28.689170661-05:00",
                        "End": "2024-02-04T15:06:28.725521568-05:00",
                        "ExitCode": 1,
                        "Output": ""
                    }
                ]
            }
        },

 

What's the best way to troubleshoot given that the container appears to be running without issue?

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.