Newbie question: Is there a way to interact with a railway service container?
g-libardi
PROOP

2 years ago

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

g-libardi
PROOP

2 years ago

N/A


2 years ago

May I ask what would prevent you from simply running it locally?


g-libardi
PROOP

2 years ago

oh, i use sqlite for small projects, so no db server


g-libardi
PROOP

2 years ago

I was thinking if there is something like the "docker exec "


2 years ago

at this time there is no support for ssh


g-libardi
PROOP

2 years ago

i see, thanks


2 years ago

no problem!


Loading...