esciencecenter-digital-skills / research-software-support

Content for the Research Software Support platform
https://esciencecenter-digital-skills.github.io/research-software-support/
Other
3 stars 4 forks source link

Distributing software module #139

Closed JaroCamphuijsen closed 1 month ago

JaroCamphuijsen commented 1 month ago

Describing various concepts regarding dependency management and isolation of the software environment:

JaroCamphuijsen commented 1 month ago

From this blogpost:

  1. Virtual environments, Docker containers, & Virtual Machines represent increasing levels of abstraction and control.
  2. By analogy, you can compare virtual environments to project folders, Docker images to file systems, and virtual machines as everything but the hardware.
  3. Virtual environments are used to isolate Python project dependencies, Docker containers are used to isolate applications and their required binaries and libraries, & Virtual Machines are for managing multiple guest operating systems. These technologies aren’t mutually exclusive and can be used in tandem.

I think it can be used as inspiration for our module. I'll at least add it to the further reading section.

LourensVeen commented 1 month ago

See also https://github.com/esciencecenter-digital-skills/research-software-support/issues/141