Various Docker issues and suggestions

It just says “The selected system has no Docker images”

image

However I can search and select them. But they will never show up in there or under Local Docker Images where it says “No Docker images were found on any host systems.”.

In the terminal I can run docker images or what cloudmin/webmin runs: docker images --format '{{ .Repository }} {{ .Tag }} {{ .ID }} {{ .Size }} {{ .CreatedAt }}' and it will show the ones it has downloaded. For example that last command shows this:

nginx latest bc649bab30d1 187MB 2023-10-11 23:14:44 -0400 EDT

I have just tried deleting everything by running docker system prune -a --volumes and then I downloaded nginx to test and it still doesn’t show anything.

One thing I haven’t tried is completely reinstalling the OS and everything from scratch but that just seems like a lot of work with no guarantee it’ll actually work so I haven’t tried it just yet. I think I’ve tried completely removing Docker once or twice but maybe could try that again.

I’m not sure if Cloudmin has to run any processes after I do that or after I run that prune command but maybe if it does that could be something.

I am on Ubuntu 22.04 and it is using the latest Docker 24.0.6.

Thanks for trying to help!