What OS does Railway use for running the users' apps?
marsasgrg
HOBBYOP

a year ago

Is there any info on this?

Solved

6 Replies

marsasgrg
HOBBYOP

a year ago

N/A.


dev
MODERATOR

a year ago

Railway deploys your apps in docker containers, if you build with nixpacks then Railway will use the appropriate base-image for your application like node for nodejs applications

These base images often run on somesort of lightweight linux distro like alpine or debian


dev
MODERATOR

a year ago

if you'd like to have control over the OS your application runs on then you can create a Dockerfile in your app's root and specify everything there


marsasgrg
HOBBYOP

a year ago

thanks for the information!


dev
MODERATOR

a year ago

No problem


dev
MODERATOR

a year ago

!s


Status changed to Solved dev about 1 year ago


Loading...