From c05cda6bd270d82923d21721babeed03b3b65d14 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 16 Sep 2024 07:11:25 +0000 Subject: [PATCH] differences for PR #252 --- data/.gitkeep | 0 fig/.gitkeep | 0 files/.gitkeep | 0 introduction.md | 6 ++++++ md5sum.txt | 2 +- 5 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 data/.gitkeep delete mode 100644 fig/.gitkeep delete mode 100644 files/.gitkeep diff --git a/data/.gitkeep b/data/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/fig/.gitkeep b/fig/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/files/.gitkeep b/files/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/introduction.md b/introduction.md index 01c97599..29fff4c4 100644 --- a/introduction.md +++ b/introduction.md @@ -117,6 +117,12 @@ What if, instead, you could have another independent filesystem and running oper Or, imagine you have two tools you want to use in your groundbreaking research on cat memes: `PurrLOLing`, a tool that does AMAZINGLY well at predicting the best text for a meme based on the cat species and `WhiskerSpot`, the only tool available for identifying cat species from images. You want to send cat pictures to `WhiskerSpot`, and then send the species output to `PurrLOLing`. But there's a problem: `PurrLOLing` only works on Ubuntu and `WhiskerSpot` is only supported for OpenSUSE so you can't have them on the same system! Again, we really want another filesystem (or two) on our computer that we could use to chain together `WhiskerSpot` and `PurrLOLing` in a **computational pipeline**... +More concretely, Docker Inc use the following definition of a container: + +> A container is a standard unit of software that packages up code and all its dependencies so the application runs reliably from one computing environment to another. + + + Container systems, like Docker, are special programs on your computer that make it possible! The term container can be usefully considered with reference to shipping containers. Before shipping containers were developed, packing and unpacking diff --git a/md5sum.txt b/md5sum.txt index bdf6de74..bba0d010 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -5,7 +5,7 @@ "config.yaml" "54be1fabc599404a592c83552a49916f" "site/built/config.yaml" "2024-07-26" "index.md" "16a0cc69e6e31090b65bec6484cdf513" "site/built/index.md" "2024-08-16" "links.md" "00995287cb95631827a4f30cbe5a7722" "site/built/links.md" "2024-08-16" -"episodes/introduction.md" "fbd6c719d897bfa342d976928b942d56" "site/built/introduction.md" "2024-08-01" +"episodes/introduction.md" "a010ea6447f0cdbf132b3bda427c0878" "site/built/introduction.md" "2024-09-16" "episodes/meet-docker.md" "36a6daa2e4727a8ce88db8a4a1a0fa88" "site/built/meet-docker.md" "2024-08-01" "episodes/running-containers.md" "4bd40434e9fee516256b848e2a423f5a" "site/built/running-containers.md" "2024-06-27" "episodes/managing-containers.md" "cd974b695f6fa04b3042765a827df552" "site/built/managing-containers.md" "2024-06-27"