Newbie question: Is there a way to interact with a railway service container?
For example, i can have a server that runs a backup task every day, but lets say i need to do some changes and want to run the backup script before commiting the changes. Is there a way to access the terminal in a running service? Get its data or anything like that? (I know i could create a api route for that in another service that talks to the other service but i want something flexible and it would a pain to setup these system for every small project)
Thank u!
7 Replies
Project ID:
N/A
N/A
May I ask what would prevent you from simply running it locally?
oh, i use sqlite for small projects, so no db server
I was thinking if there is something like the "docker exec <command>"
Solution
at this time there is no support for ssh
i see, thanks
no problem!