cli
cli copied to clipboard
Deploy a Docker image
It would be nice to have a way to deploy a single Docker image as a service.
Something like railway up --image edgedb/edgedb
It’ll require config and other things. There are almost zero images that’ll work out of the box.
An image is only part of the equation. Templates, ideally, should encapsulate all of this
There are almost zero images that’ll work out of the box.
That's right, but having this command would help a lot when there are no templates. Also, it would make it very easy to update an image
maybe this would be solved with a project spec?