Context
➜ podman machine list
NAME VM TYPE CREATED LAST UP
podman-machine-default* qemu 4 weeks ago Currently running
➜ podman --version
podman version 3.3.1
podman container stats ID ends with Error: stats is not supported in rootless mode without cgroups v2
But
podman machine ssh podman container stats
Works without an issue, command is missing a remote check.
Context
podman container stats IDends withError: stats is not supported in rootless mode without cgroups v2But
podman machine ssh podman container statsWorks without an issue, command is missing a remote check.