cli
cli copied to clipboard
feat: adds system info (cpu and memory) to Docker CmdWrapper
Aims to address several resource related issues (#34, #91, #128). Not done yet.
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Maybe we can get the missing information using psutil. I am anyway not sure if we should use "docker info", since we can use psutil to get cpu and memory information too.
https://www.thepythoncode.com/article/get-hardware-system-information-python
I guess we need both. For example: if the system has 16GB RAM but the docker daemon is only allowed to use 1GB :D