November 22, 20196 yr So, I have a docker container that I created by doing "docker save" on my local machine and "docker load" on Unraid. From there, I create a normal instance using WebGUI. It works great, but the container is marked as "apply update". When I do that, nothing gets updated, but the request to update doesn't disappear. Is there any suggestions on how to deal with this? Also, if I want to have private dockers, what's the proper way to do so (apart form paying dockerhub, I guess)?
November 22, 20196 yr I don't believe that currently there is a way around the update available showing up constantly for the local repository. For a private repo, you could simply build it (docker build) on the local machine
November 23, 20196 yr Author I tried what you said: fetch my repro locally, "docker build -t xxxx ." from the Unraid, and started a new container with "xxxx". The "apply update" is still there and clicking doesn't update anything and doesn't remove it.
Archived
This topic is now archived and is closed to further replies.