-
Notifications
You must be signed in to change notification settings - Fork 1
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
Docker / DevBox as a Service #40
Comments
https://twitter.com/bernhardsson/status/1543074570512617475?s=20&t=HGrXozJ33qSFQX1pg-JMgA Resources from that thread: |
Got the DNS -> EC2 start working with a simple Lambda. It's sometimes slow, though (e.g. 1 minute) which is unfortunate. Even when the instance is hibernated. |
I proactively don't use remote environments because access is so annoying. Wonder how fast Firecracker can resume. Could use Tailscale as a backend so we don't have to expose services. |
More news: https://twitter.com/Pragmatic_Eng/status/1673726552364777476 and some examples (https://render.com, https://superdev.cloud, or https://vercel.com) ![]() Would be cool if this also had functionality similar to direnv where you could just
|
I often would benefit from having a remote Docker host with faster network and CPU access. Alternatively, for a more complete environment, it would sometimes be nice to be able to SSH in to a full dev box or use it as a remote VS Code environment. Unfortunately, doing so requires running an instance somewhere 24/7.
It would be nice to have a serverless Docker/DevBox that can spin up and down on demand and maintain state between sessions.
I've done something similar before with terraform and cdk, but they don't scale to zero.
The text was updated successfully, but these errors were encountered: