Regarding the issue of image display in the Compose plugin:

  • After installing the Docker Compose plugin in OMV7, I can view information about existing containers on the Volumes, Networks, Containers, and Statistics pages. However, the Images page displays no information, while running `docker images` shows the pulled images normally. Where might the problem lie?

    Thank you for your assistance! ;(

    • Official Post

    For the plugin to manage containers properly, you must create them from within the plugin itself. If you create them differently, some things won't work as expected.

    How did you create those containers?

    • Official Post

    The images tab is populated with the docker images command. To be exact, it uses:


    docker image ls --all --digests --no-trunc --format "json"


    What does this command output on your system?

    omv 8.0-12 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.2 | compose 8.0.5 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • The outputs are listed below:


    Code
    {"Containers":"0","CreatedAt":"2025-05-17 11:45:00 +0800 CST","CreatedSince":"7 weeks ago","Digest":"sha256:365419e9e4aa4e931d3601ddf727f1a2a4afe92b7d7a7f2d95207f4abe5ed754","ID":"sha256:c72da690906b45cf1a7c153caa8638e04d0724693bd18b9e0ddefbf410b1d03c","Repository":"linuxserver/swag","SharedSize":"N/A","Size":"405MB","Tag":"latest","UniqueSize":"N/A","VirtualSize":"405MB"}
    {"Containers":"0","CreatedAt":"2025-04-28 08:00:00 +0800 CST","CreatedSince":"2 months ago","Digest":"sha256:2a7f95bcf104c8410bf4d3b13c52f6e0e4334bb2edf8d80c7f9881e49447effe","ID":"sha256:70b328527aba104df1199f5e38db26a09bfe8cb770b20bb9bc90b594e93ea78f","Repository":"debian","SharedSize":"N/A","Size":"124MB","Tag":"bullseye","UniqueSize":"N/A","VirtualSize":"124.3MB"}
    {"Containers":"1","CreatedAt":"2023-12-05 22:43:48 +0800 CST","CreatedSince":"19 months ago","Digest":"sha256:ebec98e2a51f48f23e556708381a3dbf036de4b3735f69c1924e4280a938dc34","ID":"sha256:d95211145e6220deafe0fc25165378763579f56328505d967ce84ba994d35cc3","Repository":"plexinc/pms-docker","SharedSize":"N/A","Size":"326MB","Tag":"latest","UniqueSize":"N/A","VirtualSize":"326.2MB"}
    {"Containers":"1","CreatedAt":"2023-01-12 13:31:18 +0800 CST","CreatedSince":"2 years ago","Digest":"sha256:62add931bcad4a455093ee060e227f4c612acfba0d9fd0ec9664f4cf9ff30af3","ID":"sha256:d79060100eb7707aae957b78a4406dfb5b0f83d83543f3e132d8bb24da8abc9c","Repository":"selfhostedpro/yacht","SharedSize":"N/A","Size":"415MB","Tag":"latest","UniqueSize":"N/A","VirtualSize":"415.3MB"}
    {"Containers":"1","CreatedAt":"2022-11-21 08:40:18 +0800 CST","CreatedSince":"2 years ago","Digest":"sha256:47b064434edf437badf7337e516e07f64477485c8ecc663ddabbe824b20c672d","ID":"sha256:5f11582196a42b895cdb9322f7a650f42a0c1ed062efc71864352f314228a187","Repository":"portainer/portainer","SharedSize":"N/A","Size":"287MB","Tag":"latest","UniqueSize":"N/A","VirtualSize":"286.8MB"}
    {"Containers":"0","CreatedAt":"2022-10-09 19:01:03 +0800 CST","CreatedSince":"2 years ago","Digest":"sha256:45a22660cfc84f47bcdb4322e82b194b64c4ab449ab80b42712b7abe4402b10d","ID":"sha256:fed698564d8baac68ff3c87d3ab2de3eb60736f6b167959dbc488c9f5ebc50ae","Repository":"wettyoss/wetty","SharedSize":"N/A","Size":"425MB","Tag":"latest","UniqueSize":"N/A","VirtualSize":"424.9MB"}
  • For the plugin to manage containers properly, you must create them from within the plugin itself. If you create them differently, some things won't work as expected.

    How did you create those containers?

    I create from cmd in the SHELL, so that maybe the reason.

    Thanks a lot.

    • Official Post

    I create from cmd in the SHELL, so that maybe the reason.

    You can use composerize to generate a compose file from the command you use in the shell.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!