-
Hey! I just found this repo, which looks interesting. But i wonder if there are any benefits of running this on docker rather than locally on windows? |
Beta Was this translation helpful? Give feedback.
Answered by
DevilaN
Sep 26, 2023
Replies: 1 comment 4 replies
-
Nothing worth writing again here. Just regular every benefit that using docker gives. Just google for "benefits of using docker" and decide whether this is what you are looking for. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zero cost of reverting to vanilla app after extension made mess with package dependencies.
Nothing to worry about python versions and other packages when you really do use other python apps in your system that requires different package versions.
Easy reverting back to previous version of app if there is bug / something don't work as you wish after version upgrade.
There is almost no gain of not using docker, except for storage space for each docker image and being a bit behind with updates.
There are plenty more things, but it depends on user what benefits are preferred and why.