The only shortcoming I faced is I can't stop a build process in dev container - Stop button doesn't work there so I have to stop the container externally.
Thoughts?
Originally posted by @bam80 in #55
I saw this error in the log immediately on pressing the Stop button:
[proc] The command: pgrep -P 81915 failed with error: Error: spawn pgrep ENOENT
My current assumption is the external build process can't be killed from within the flatpak, as I run the Dev Container itself with host-spawn podman instead of just podman installed locally.
I don't recall this problem when I used podman-remote, but maybe that's just by coincidence.
Originally posted by @bam80 in #55
I saw this error in the log immediately on pressing the Stop button:
[proc] The command: pgrep -P 81915 failed with error: Error: spawn pgrep ENOENTMy current assumption is the external build process can't be killed from within the flatpak, as I run the Dev Container itself with
host-spawn podmaninstead of just podman installed locally.I don't recall this problem when I used podman-remote, but maybe that's just by coincidence.