PHP CLI tool for Linux system and network diagnostics.
docker build -t system-troubleshooter .
docker run -it system-troubleshooter# Run all tests
docker-compose run troubleshooter
# Run specific test
docker-compose run troubleshooter php troubleshoot.php interfaces
# Interactive shell
docker-compose run troubleshooter bash# All tests
php index.php
# Individual tests
php troubleshoot.php [os|interfaces|gateway|dns|ping-gateway|ping-external|ping-dns|firewall|devices]