Docker Containers Not Showing Up
🔧 Troubleshooting
·
Updated 1 day ago
Problem
After installation, no Docker containers are displayed in the dashboard.
Solution
- Check if the Docker socket is correctly mounted:
docker exec homelab-dashboard ls -la /var/run/docker.sock - Make sure the container has access to the socket (permissions)
- Verify the Docker API version: The dashboard requires at least API v1.40
If the issue persists, check the logs with docker logs homelab-dashboard.