Why docker? #87
-
I'm just asking in favour to learn something. ;) I'm not a docker user. I know it makes sense in CI processes etc. But why should someone use such a "simple" application like git-sim in a docker? What is the advantage? |
Beta Was this translation helpful? Give feedback.
Answered by
abhijitnathwani
May 1, 2023
Replies: 1 comment 3 replies
-
Hi @buhtz Also, the community asked for it. See: #46 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
buhtz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @buhtz
The idea was to keep dependencies bundled for people who want to keep things separately. Without having to install all the dependencies, the docker image keeps things ready.
Also, the community asked for it. See: #46