Run any Docker Image as a Service
Aug 29, 2025
So far - you were able to connect to any cloud account, create environments and run services using your code that lives in Github.
From now, any publicly available docker image can be run as a service. Just pick "Source" as "Docker Image" when creating a new service.

Then provide
Docker Image Registry URL
Docker Image Name
These images will be pulled in your environment and run as a service. Services can be of any kind - web
, internal
, job
or a cron job
.
With the docker image running as a service, you can
Configure environment variables to pass to the docker container.
Add custom domain if the image/container is exposed to the world as
web
service.Monitor the running container using in-built grafana dashboard.
Specify system resource requirements like CPU and Memory
And scale to run any number of containers using the same image
and more..
This is a big unlock for teams since they can now run any containerised workload they want, on their cloud or their customer's cloud acount (BYOC distribution), in just few minutes.
Soon, we will support —
Private docker registries so that you can run any docker image that your internal CI/CD processes built.
Making helm charts from all your existing services with click of a button. Your customers can use this chart to self-host up your service on their cloud or on-prem servers.
Get Started for free:
Sign up now for free at https://console.localops.co/signup.
Or take a quick tour with me to know how you can deploy anywhere with LocalOps - https://go.localops.co/tour.