It’s been an exciting week for us with Runway — thank you to everyone who joined, deployed apps and gave us feedback. :) We appreciate you!
As I am updating the documentation, I wanted to elaborate a bit on containerization as I realize that we likely cannot always keep up with all the changes that frameworks and projects make on a daily, weekly or monthly basis.
So here are some pointers how to get the best out of Runway.
Dockerfile
to deploy something to Runway if you run on one of our supported stacks.In order to use runway app logs
or our UI, you need to write your logs to /dev/stdout
or /dev/stderr
. These get collected on our platform. We don’t run processes inside your containers. If your application writes to a file, then you should reconfigure it — or symlink the location to either of these.
All frameworks and logger abstractions offer a writer that’s capable of doing this for you. You don’t need to build your own.
root
, take that into account, especially when you create your own Dockerfile
./data
.