• 1 Post
  • 35 Comments
Joined 3 years ago
cake
Cake day: June 15th, 2023

help-circle
  • It really depends on which Socket Services the container requires. If you have a lot of containers that all need the same set of Socket Services, you could potentially use a single socket-proxy to serve all of them (in theory, I think).

    I usually run one per stack, sometimes more if I have a container within my stack that requires more/different Socket Services to the other(s).

    I’m not a docker expert though, so I’m not sure I can say what’s recommended. If you find/get a more authoritative answer on this question, I’d be interested to know.