Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via `{sandpaper}`
Source  : 79a2f1a
Branch  : main
Author  : Andy Turner <[email protected]>
Time    : 2024-10-12 18:26:43 +0000
Message : Merge pull request #247 from aturner-epcc/aturner-epcc/objective-i229

Improves objective. Closes #229
  • Loading branch information
actions-user committed Oct 22, 2024
1 parent 916103c commit 6956a76
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exercises: 10

::::::::::::::::::::::::::::::::::::::: objectives

- Explain how the Docker Hub augments Docker use.
- Understand the importance of container registries such as Docker Hub, quay.io, etc.
- Explore the Docker Hub webpage for a popular Docker container image.
- Find the list of tags for a particular Docker container image.
- Identify the three components of a container image's identifier.
Expand Down
13 changes: 13 additions & 0 deletions introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ scientific software (or software in general!) for your research. Then,
share with your neighbors and try to come up with a list of common gripes or
challenges.

::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::: callout

## What is a software *dependency*?

We will mention software *dependencies* a lot in this section of the workshop
so it is good to clarify this term up front. A software dependency is a
relationship between software components where one component relies on the
other to work properly. For example, if a software application uses a library
to query a database, the application depends on that library.

::::::::::::::::::::::::::::::::::::::::::::::::::

Expand All @@ -66,6 +77,8 @@ or missing piece may stop the whole thing from working or break something that w
already running. It's no surprise that this situation is sometimes
informally termed **dependency hell**.



::::::::::::::::::::::::::::::::::::::: challenge

## Software and Science
Expand Down
4 changes: 2 additions & 2 deletions md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"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" "e1c010aeee715ad094a1267009200e4f" "site/built/introduction.md" "2024-09-16"
"episodes/introduction.md" "aa633e8a62f6f0499466138efa24c89d" "site/built/introduction.md" "2024-10-22"
"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"
"episodes/docker-hub.md" "430220bbc73531857a09eddfc6247b4c" "site/built/docker-hub.md" "2024-06-27"
"episodes/docker-hub.md" "59cafe34cb03dac477ed54636a79f26c" "site/built/docker-hub.md" "2024-10-22"
"episodes/creating-container-images.md" "1c4f5343cd4e6e32f49c7105b879cd46" "site/built/creating-container-images.md" "2024-08-16"
"episodes/advanced-containers.md" "a7bce20bf3222a7ac60363800526990d" "site/built/advanced-containers.md" "2024-08-16"
"episodes/docker-image-examples.md" "caddfa3f2785fee60367ae05d100920a" "site/built/docker-image-examples.md" "2024-08-16"
Expand Down

0 comments on commit 6956a76

Please sign in to comment.