I have many docker containers running, most of them are standalone and have therefore no dependency. I have a reverse proxy in place (Traefik)
I would like to shut down individual containers when they are not used within X minutes via the reverse proxy. Once a new connection comes in, I would like to have the container started automatically. My driver is not energy but Memory usage (RAM).
Do you have any suggestions on where to start, or do you have experience with this?
Thanks!