rgolangh / gnome-shell-extension-containers

containers is a gnome-shell extension to manage linux container, run by podman
Apache License 2.0
45 stars 11 forks source link

Fix logs action for stopped containers #48

Closed rgolangh closed 1 year ago

rgolangh commented 1 year ago

This fixes a long standing bug where viewing the the logs of a stopped containers was not possible for logs which cannot be tailed (--follow)

Fixes: #44

Signed-off-by: Roy Golan rgolan@redhat.com