How to install git on a docker ubuntu image? - Stack Overflow
stackoverflow.com › questions › 55659241Apr 12, 2019 · Fair enough, Michael. FWIW I find Docker works best when each container does a single thing. Instead of e.g. a single VM with version control, an IDE, a web server, a database server, and whatever language you work in you might have one Docker container that hosts the application code, another for your database, and use an editor or IDE, version control, web browser, etc. on your host machine.