Good evening,
I just noticed that I see containers on the Gladys system page:
Whereas I only have this:

I think there’s a small problem ![]()
Good evening,
I just noticed that I see containers on the Gladys system page:
Whereas I only have this:

I think there’s a small problem ![]()
run the command docker ps -a otherwise you only see the containers that are up.
With the -a you see everything: the active containers, but also those that are stopped (status Exited), paused, or that have crashed
You wouldn’t have been testing installing containers without giving them a name, would you?
After running a purge with this command
docker system prune -a --volumes
Everything is OK ![]()
Thanks @Will_71