Docker image deployment

How can I deploy my private docker image through railway cli
2 Replies
Rumon
Rumon2y ago
You can't, directly. You can, however, create a new repo with a custom Dockerfile:
FROM <image>
FROM <image>
I don't see another way.
Vijay Gangatharan
This would be helpful. Thanks