Skip to content
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

what's difference compare with docker #13

Closed
lucasjinreal opened this issue Aug 26, 2022 · 2 comments
Closed

what's difference compare with docker #13

lucasjinreal opened this issue Aug 26, 2022 · 2 comments

Comments

@lucasjinreal
Copy link

hi, devbox looks awesome. but any behind principle explnation of it?

@Lagoja
Copy link
Contributor

Lagoja commented Aug 30, 2022

Hey @jinfagang, We added some context in the README about how Devbox is different from Docker.

Devbox uses Nix to create isolated development environments with your dependencies on your local machine, so you can develop your application in a consistent environment without polluting your laptop environment, or sacrificing speed + resources to build a Docker container.

When you need to deploy your application to cloud, Devbox can be used to generate a Docker container with all your packages installed.

Some context on why we built Devbox can be found in this thread

Hope this helps! Feel free to message me on our Discord Server if you'd like to discuss more.

@Lagoja Lagoja closed this as completed Aug 30, 2022
@lucasjinreal
Copy link
Author

@Lagoja Hi, if so, what if direclty using devbox packaged env to server for deploy to cloud? Why still need export to docker container?

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

No branches or pull requests

2 participants