Closed Ikes72 closed 1 year ago
How does portainer determine if the image is in use? If it is referenced in a compose file or a container is actively using it?
I don't how Portainer do this exact exactly.
With docker ps
, it's possible to list all images in used.
docker ps -a --format="{{.Image}}"
That would be if a container is using it. That is easy to add.
6.9.7 in the repo with all of these changes.
Fast and effective.
Thanks.
Ikes
I had to revert the change to tags in the Description column because some people were using hyperlinks. In 6.9.8 in the repo now, I added a Tags column that is populated from the same description field. It is hidden by default but this will allow users to pick the view they want.
Hello
First of all, thanks for this excellent plugin. Concerning the files tab, would it be possible to add a tag column, as exists elsewhere in OMV? Or alternatively a column with the file modification date?
Concerning the image tab, would it be possible to have a column with the used/unused status, like in Portainer?
Thanks !
Ikes