- Status/Start/Restart
systemctl {status, start, stop, restart} docker.service
- Cleanup cache
docker system prune -a
- Config
sudo vim /etc/default/docker
- docker0 interface
ifconfig | grep docker0
(docker0
is Docker's bridge network)- Only if firewalls are installed
- First: check for all services:
sudo systemctl list-units --type=service