From 006a4b28d4bfcb26c6a77d13b54850b439305ff0 Mon Sep 17 00:00:00 2001 From: Ben Serrien Date: Thu, 3 Sep 2026 16:53:28 +0200 Subject: [PATCH 1/2] typo double quotes --- content/tutorials/development_containers1/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/development_containers1/index.qmd b/content/tutorials/development_containers1/index.qmd index e8f2f2287..bf80933fc 100644 --- a/content/tutorials/development_containers1/index.qmd +++ b/content/tutorials/development_containers1/index.qmd @@ -1,5 +1,5 @@ --- -title: ""Containers: An Overview"" +title: "Containers: An Overview" description: "Introduction to containerization and the practical use of Docker-like tools." date: "2025-02-21" authors: [falkmielke] From 79991e7a46ae1fd8813285c82b28a8dd4bdf657e Mon Sep 17 00:00:00 2001 From: Ben Serrien Date: Thu, 3 Sep 2026 17:59:39 +0200 Subject: [PATCH 2/2] added disclaimer disclaimer to warn the reader that the technical level is quite high and some tips for absolute novices --- content/tutorials/development_containers1/index.qmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/tutorials/development_containers1/index.qmd b/content/tutorials/development_containers1/index.qmd index bf80933fc..935288a98 100644 --- a/content/tutorials/development_containers1/index.qmd +++ b/content/tutorials/development_containers1/index.qmd @@ -43,6 +43,10 @@ Although containerization is an immensely useful Open Science tool worth strivin Time to explore what containers really are, and what they are not. +:::{.callout-note} +This tutorial will go in-depth on the use of containers and discusses their role in Open Science. The technical level of this tutorial is quite high. Links are provided to other websites to give you the necessary background knowledge. People with zero prior experience with containers are encouraged to read this tutorial, but a better practical starting point may be to follow the built-in tutorial in the [Docker Desktop app](https://docs.docker.com). Another tip for the absolute novice may be to try it on your own personal computer; while the ICT staff of INBO are happy to install it for you on your INBO computer (see below), you may run into admin rights issues while going through this tutorial. The tutorial is written from the point-of-view of Linux command-line users but also contains pointers for the average Windows user. Inside the containers however you need linux commands and a basic understanding of these commands is assumed. +::: + # Overview There are many good applications for containers.