naraesk / plasma-docker

Plasmoid for KDE Plasma to control docker containers
https://store.kde.org/p/1198473/
GNU General Public License v3.0
43 stars 4 forks source link

Can't see docker images #10

Closed marcoYalo closed 4 years ago

marcoYalo commented 4 years ago

Hi!!

I'm having trouble to see my docker images inside plasmoid although I already add a docker-compose file.

plasma-docker_1 plasma-docker_2

I don't know what else I'm missing.

This is my System Information:

Please contact me if you need more info.

Thanks in advance!!

naraesk commented 4 years ago

Thanks for reporting. Is the docker daemon running? The plasmoid does not check for this at the moment. Check with systemctl status docker

marcoYalo commented 4 years ago

Hi Naraesk!! Thansk for the fast reply!!

Yes, the deamon is running but still can't see my docker images.

image

For plasmoid installation, I ran the install.sh script. Add the plasmoid to my latte dock and load the docker-compose.yml file.

Thanks in advance!!

naraesk commented 4 years ago

Still can't reproduce this. Could you please check the following:

There should be a file plasma-org.kde.plasma.desktop-appletsrc in ~/.config (or something similar with -appletsrc). Search for the lines representing the widget, they should include something like

[Containments][1][Applets][48][Configuration][General] container={"service":"Integrations"\\,"dir":"/link/to/file/docker-compose.yml"}

Does it exist?

naraesk commented 4 years ago

What's the output of the following command?

docker-compose -f /link/to/docker-compose.yml ps --services

You have to replace the argument with your path, of course. :)

marcoYalo commented 4 years ago

I install docker and use it without sudo and now is working. Thanks naraesk!!!