We’ve published these commands for our developers for reference purposes. They are publicly visible as it might be helpful for other developers as well: Contents1 Docker2 Network3 Firewall iptables4 MySQL5 Debug xDebug:-)6 Login reloads the login prompt Docker #stop all containers: docker stop $(docker ps -a -q) # Restart docker service sudo systemctl restart docker.service … Continue reading “Linux & Docker Commands Reference & Troubleshooting”