You now spin up a service using any pre-built public docker image. While creating a new service, just pick Docker Image as source and provideDocumentation Index
Fetch the complete documentation index at: https://docs.localops.co/llms.txt
Use this file to discover all available pages before exploring further.
- Docker registry url
- Docker image name
latest.
All options supported in a traditional service are supported in Docker image services also.
So you can:
- Run it as
web,worker,internalservice,joborcron. - Configure environment variables and secrets
- Specific resource requirements like CPU and Memory
- Run any number of copies of the container to scale it based on load
- Attach custom domain if the service is of type
web.