cli icon indicating copy to clipboard operation
cli copied to clipboard

Deploy a Docker image

Open JuanM04 opened this issue 2 years ago • 3 comments

It would be nice to have a way to deploy a single Docker image as a service.

Something like railway up --image edgedb/edgedb

JuanM04 avatar Aug 04 '22 14:08 JuanM04

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

JakeCooper avatar Aug 04 '22 16:08 JakeCooper

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

JuanM04 avatar Aug 04 '22 19:08 JuanM04

maybe this would be solved with a project spec?

espensgr avatar Aug 16 '22 13:08 espensgr