8000 Docker and rclone? · Issue #52 · coder/deploy-code-server · GitHub
[go: up one dir, main page]

Skip to content

Docker and rclone? #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
AyaanZaveri opened this issue Aug 12, 2021 · 1 comment
Closed

Docker and rclone? #52

AyaanZaveri opened this issue Aug 12, 2021 · 1 comment

Comments

@AyaanZaveri
Copy link
AyaanZaveri commented Aug 12, 2021

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!

@AyaanZaveri AyaanZaveri changed the title Docker? Docker and RClone? Aug 12, 2021
@AyaanZaveri AyaanZaveri changed the title Docker and RClone? Docker and rclone? Aug 12, 2021
@bpmct
Copy link
Member
bpmct commented Aug 13, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0