You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there something I can add to the Dockerfile to get Docker CLI. I tried installing it, but it wouldn't work. I'm running it code-server on Railway. Also, is there a way to mount rclone? I keep running into fuse errors that I can't fix.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey. Sadly, Docker won't work in railway because railway itself is a container. The same limitations prevent rclone from being mounted. With most app platforms (Zeet, Heroku), you will also run into this.
There are a few solutions:
you can use a VM and install these things fine :) AWS has a free tier and many cloud providers have free credit
if you are self hosting containers, you can use sysbox container runtime or privileged containers to leverage these kernel features. This is what we do for Coder, our commercial product
Uh oh!
There was an error while loading. Please reload this page.
Is there something I can add to the Dockerfile to get Docker CLI. I tried installing it, but it wouldn't work. I'm running it code-server on Railway. Also, is there a way to mount rclone? I keep running into fuse errors that I can't fix.
Thanks!
The text was updated successfully, but these errors were encountered: