nuest / ten-simple-rules-dockerfiles

Ten Simple Rules for Writing Dockerfiles for Reproducible Data Science
https://doi.org/10.1371/journal.pcbi.1008316
Creative Commons Attribution 4.0 International
61 stars 15 forks source link

Embellish introduction #74

Closed bdevans closed 4 years ago

bdevans commented 4 years ago

Just a few small changes to the introduction.

A couple of points we might consider addressing in the introduction:

  1. Why containers and not VMs e.g. easily version controllable and to an extent self-documenting, less bulk / minimal information to reproduce the environment etc.
  2. The rise of containers' popularity and therefore ease of integration in other parts of the ecosystem e.g. their use in CI, development in VS Code, mybinder.org etc.
nuest commented 4 years ago

@bdevans Re. your "other points": I agree these might be interesting for readers to learn about, but we should weigh additional context against what we already have (are these points more important than an existing argument) and if we can add them in a succinct way. If you want to make a stab, that would be great. If you have time though, adding a couple of examples would also be helpful.