Load balancer service not avaible

Is the load balancer service not avaible anymore in docker hub? I try to pull the image from docher hub and docker didn’t find it. so then I look throught the docker hub repository for rancher and didn’t find it too.

The load balancer service image that is exported in docker compose was never a real image in Dockerhub. It allows Rancher to be able to know that the service is a load balancer service. Rancher actually uses the rancher/agent-instance image to launch load balancers.

yes, as you tell me the correct image for lb is rancher/agent-instance. The strange thing is that when i ran docker-compose thorughts a not found error. So I download the image and then the service started.