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 provide
Docker registry url
Docker image name
And trigger a new manual deployment anytime.You can pick a specific version to run, while triggering new deployment. Default version/tag would be latest.All options supported in a traditional service are supported in Docker image services also.So you can:
Run it as web, worker, internal service, job or cron.
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.