Skip to content

Commit

Permalink
differences for PR #252
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 16, 2024
1 parent ea39696 commit c05cda6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
Empty file removed data/.gitkeep
Empty file.
Empty file removed fig/.gitkeep
Empty file.
Empty file removed files/.gitkeep
Empty file.
6 changes: 6 additions & 0 deletions introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<https://www.docker.com/resources/what-container/>

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
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c05cda6

Please sign in to comment.