From 97660db0afadfc120986f92c8f42b17b3dc18aa2 Mon Sep 17 00:00:00 2001 From: Sima Attar Khorasani <sima.attar_khorasani@tu-dresden.de> Date: Tue, 25 Oct 2022 15:50:31 +0200 Subject: [PATCH] change "containers" to "images" --- doc.zih.tu-dresden.de/docs/software/containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/containers.md b/doc.zih.tu-dresden.de/docs/software/containers.md index cca624792..b93971011 100644 --- a/doc.zih.tu-dresden.de/docs/software/containers.md +++ b/doc.zih.tu-dresden.de/docs/software/containers.md @@ -6,7 +6,7 @@ ZIH systems [Singularity](https://sylabs.io/) is used as a standard container so enables users to have full control of their environment. This means that you don’t have to ask the HPC support to install anything for you - you can put it in a Singularity container and run! As opposed to Docker (the most famous container solution), Singularity is much more suited to being -used in an HPC environment and more efficient in many cases. Docker containers can easily be used in +used in an HPC environment and more efficient in many cases. Docker images can easily be used in Singularity. Information about the use of Singularity on ZIH systems can be found on this page. In some cases using Singularity requires a Linux machine with root privileges (e.g. using the -- GitLab