Jump to content

c0d3m0nk3y

Members
  • Posts

    21
  • Joined

  • Last visited

Report Comments posted by c0d3m0nk3y

  1. I found a "solution" but I wouldn't call it safe, by mucking with the docker.img file mounted to /var/lib/docker.

    The docker update info seems to be saved to /var/lib/docker/unraid-update-status.json

     

    First I made sure to update my stacks

    I nulled out the "local" and "remote" properties to null and "status" to undef (example below)
     

    Quote

    "qmcgaw/gluetun:latest": {
      "local": null,
      "remote": null,
       "status": "undef"
     }

     

    Then I went back to the Docker tab and hit "Check for Updates" and the statuses went back to "up-to-date"

     

    Unsure if it will go back to "apply update" when a new image is available, I'll try to remember to report back

×
×
  • Create New...