Open jcstryker opened 7 years ago
+1 for nspawn support. It's much easier to run nspawn containers as systemd services, so I'm starting to prefer them over docker now.
+1 ( nspawn is fun )
ctop + nspawn = :heart:
In the years since I discovered this issue and commented here, I've since replaced all my nspawn containers with podman containers. It's significantly easier to get started with because of its docker-like approach, and still integrates very nicely with systemd.
The project claims to support runc, which probably means it Just Works(tm) with podman? I haven't tested it though.
Runc is not implemented. As far I remember lazydocker or docui has some support
Runc is not implemented. As far I remember lazydocker or docui has some support
But the readme literally states that runc is supported:
ctop comes with built-in support for Docker and runC
Is this not actually the case?
Would be neat to see support for monitoring of nspawn/machinectl containers. Currently 'systemd-cgtop' gives you some of this information, but ctop is much cleaner. Docker is the current market standard, but this systemd tool has a promising future. Cheers.