Question: Running eramba on docker on Ubuntu 24.04

We’re running an eramba dev sandbox on docker on Ubuntu 24.04
The installation was running fine up until a couple of weeks agao where it suddenly (presumably after running an OS update) started not working as before with containers not displaying in the docker container list (e.g. portainer) but still working because the web interface still allowed login and viewing, where I can’t stop the eramba containers logged in as root using:

#>docker compose -f ./docker-compose.simple-install.yml down
[+] Running 4/4
 ✔ Container cron    Removed                                                                                                                                                                                                                                               0.1s
 ✔ Container eramba  Removed                                                                                                                                                                                                                                               0.1s
 ✘ Container redis   Error while Stopping                                                                                                                                                                                                                                 14.1s
 ✘ Container mysql   Error while Stopping                                                                                                                                                                                                                                 14.1s
Error response from daemon: cannot stop container: cc773f0e87be688dd561cf5ba569d3c2cd099b573421f17201d3a69bcd946460: permission denied

The fingers are pointing at apparmor or maybe docker on 2404 being a snap package rather that native install as on 22.04 where our live eramba instance sites.

I thought I’d post here to share this info and to gather experience from other users that may have a similar hosting environment whilst I carry out more investigations.