Hello everyone, this is my first time on this community but been using Docker for some time. I ran into in issue since a fresh installed of Docker Compose on a Ubuntu 24.02 Server VM within Proxmox. I do have some active containers, but every time I attempt to view the output using (Docker ps -a) in terminal, it comes up empty. I have to constantly restart “sudo systemctl restart Docker.socket” to view them every time I reboot the server. What strange is, I’m able to access the containers and the service is active prior to restarting the service. It’s just it will not populate when using docker ps. I didn’t have to do this when I was running this on my previous environment. Hope this makes sense :). Any thoughts please.
Thank you for your time