From d18bfb56e21ade7867ac6ad46f5e3eeb6c8b2056 Mon Sep 17 00:00:00 2001 From: Alain Domissy Date: Tue, 25 Oct 2016 10:55:40 -0700 Subject: [PATCH] they are responsible (typo?) --- pages/docs/user-docs/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/user-docs/user-guide.md b/pages/docs/user-docs/user-guide.md index 3c79fef..5dc93b3 100644 --- a/pages/docs/user-docs/user-guide.md +++ b/pages/docs/user-docs/user-guide.md @@ -28,7 +28,7 @@ As mentioned above, Singularity containers utilize a single file which is the co ### User Freedom -System integrators, administrators, and engineers spend a lot of effort maintaining the operating systems on the resources they are reasonable for, and as a result tend to take a cautious approach on their systems. As a result, you may see hosts installed with a production, mission critical operating system that is "old" and may not have a lot of packages available for it. Or you may see software or libraries that are too old or incompatible with the software you need to run, or maybe just haven't installed the software stack you need due to complexities with building, specific software knowledge, incompatibilities or conflicts with other installed programs. +System integrators, administrators, and engineers spend a lot of effort maintaining the operating systems on the resources they are responsible for, and as a result tend to take a cautious approach on their systems. As a result, you may see hosts installed with a production, mission critical operating system that is "old" and may not have a lot of packages available for it. Or you may see software or libraries that are too old or incompatible with the software you need to run, or maybe just haven't installed the software stack you need due to complexities with building, specific software knowledge, incompatibilities or conflicts with other installed programs. Singularity can give the user the freedom they need to install the applications, versions, and dependencies for their workflows without impacting the system in any way. Users can define their own working environment and literally copy that environment image (single file) to a shared resource, and run their workflow inside that image.