Start containers only when needed #1358

Closed
opened 2026-04-05 19:10:48 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @MyWay on 6/12/2025

Now that Newt has access to the Docker socket, would it make sense to explore support for starting and stopping containers dynamically based on usage patterns?

For example, some services are only needed sporadically and could be started when a request is received and stopped afterwards. This could help reduce resource usage for less frequently accessed containers.

Would this be within the scope of Pangolin? I know some solutions for caddy and other reverse proxies exist, but it may be cool to integrate it within pangolin ecosystem.

*Originally created by @MyWay on 6/12/2025* Now that Newt has access to the Docker socket, would it make sense to explore support for starting and stopping containers dynamically based on usage patterns? For example, some services are only needed sporadically and could be started when a request is received and stopped afterwards. This could help reduce resource usage for less frequently accessed containers. Would this be within the scope of Pangolin? I know some solutions for caddy and other reverse proxies exist, but it may be cool to integrate it within pangolin ecosystem.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1358