Weird Docker Networking Issue After Restarting Containers

0
4
Asked By TechyTurtle42 On

I'm a casual Docker user with some experience, but I recently set up a new Docker instance on Proxmox and Ubuntu 24.04, and I'm facing a strange issue. After I reboot the machine, the Docker apps work fine for a few minutes—accessible through a web browser from another device. However, after that initial period, they become unavailable, and restarting the containers doesn't resolve the problem. I've even rebuilt the whole VM, but the issue persists. It's not an overloaded situation since I only have two VMs on this machine, and the underlying OS runs smoothly. I'd appreciate any help on diagnosing or fixing this issue!

1 Answer

Answered By DataDiver On

Double-check your container logs for any errors. Also, are you mounting databases using CIFS or NFS? Sometimes those can introduce tricky issues if they aren't configured properly.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.