# Check total size of current folderdu-sh.
# See size of each subfolderdu-sh*
# Sort folders by size (reverse -hr)du-sh*|sort-h
# Check disk free space (overall, not folder)df-h.
# Show running containersdockerps
dockerps--format"table {{.Names}}\t{{.Status}}\t{{.Image}}"# Show ALL containers (running + stopped)dockerps-a
# Check logs (to confirm it’s alive)dockerlogsgrafana
dockerlogs-fgrafana
# See what ports are exposeddockerportgrafana
or
dockerps|grepgrafana
Quick external test in the same laptop (local ports exposed?)
# find your public IPcurlifconfig.me
->1.2.3.4
# Try to open a TCP connection to <PUBLIC_IP> on port 1234 and tell me if it succeeds.samelaptop:
1.TriestoreachitsownpublicIP
2.Thattrafficgoestotherouter
Routerdecides:
❌dropit(noportforward)→SAFE
✅forwardittolaptop:1234→EXPOSED
But⚠️IMPORTANTcaveat(veryimportant)SomeroutersdonotsupportNATloopback.ncfromthesamelaptopwillalwaysfail,Eveniftheportisactuallyexposedtotheinternet
TheREALdefinitivetest:
UseadeviceNOTonyourWi-Fi
http://1.2.3.4:1234