OpenMediaVault-Plugin-Developers / openmediavault-compose

openmediavault plugin for docker-compose
18 stars 6 forks source link

Enhancement: inspect container #4

Closed dsm1212 closed 1 year ago

dsm1212 commented 1 year ago

I was thinking I didn't need the network tab in portainer, but I already ran into a use case. The current UI does not show the IP address for a container. I think I could live without the full network listing support. Maybe add an inspect button on the container list? That should solve all container detail requests. IE. "docker inspect -container name-" output.

ryecoaaron commented 1 year ago

The Containers tab already has an Inspect button.

dsm1212 commented 1 year ago

I must be blind. I see four buttons. Pull, up, restart and logs. Where?

ryecoaaron commented 1 year ago

Sorry, it is on the Stats tab since it is a docker command not a docker-compose command. image

dsm1212 commented 1 year ago

Nice, thanks! I will. Closethis.