Hey
Apologies if this has been already asked and answered but I’m having a little bit of trouble figuring out how to make a load balancer point at one of my “normal” containers. I.E. a container I’ve created through the docker cli on the host.
The reason for this currently is that we’re building this docker image interally and having it update via a CI system. I can’t currently make it a service at the moment (although this may be on the cards in the future).
From what I can tell I can only point the load balancer at Services? Is there any way to point it at a container directly or just point it at a specific port on the host?
Many Thanks,
R