Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via `{sandpaper}`
Source  : 261a11c
Branch  : main
Author  : Francisco Herrerías-Azcué <[email protected]>
Time    : 2024-10-24 16:42:58 +0000
Message : Merge pull request #65 from UoMResearchIT/problems

Problems
  • Loading branch information
actions-user committed Oct 24, 2024
1 parent 16005eb commit aefd0f4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker-cli-toolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Let's dive into the structure of the command we looked at. Here is a diagram whi
* Followed by the action to perform and the name of the object (e.g. run, pull)
* You can also include additional arguments and switches as needed (e.g. the image name)

But wait! We ran `docker pull spaucv/spuc:latest`, and the diagram shows the command as 'image'!
But wait! We ran `docker pull spuacv/spuc:latest`, and the diagram shows the command as 'image'!

We apologise for the trick but we were actually using a shorthand built into the Docker CLI.
There are a few of these shortcuts; they are useful, but can be confusing.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ docker compose logs
```output
[...]
spuc_container |
spuc_container | :::: Units set to Intergalactic Unicorn Luminiocity Units [iulu] ::::
spuc_container | :::: Units set to Intergalactic Unicorn Luminosity Units [iulu] ::::
spuc_container |
[...]
```
Expand Down
2 changes: 1 addition & 1 deletion docker-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Although many of the containers made for docker are hosted in the Docker Hub, th
- [Artifact Registry](https://cloud.google.com/artifact-registry) from Google.
- [GLR](https://docs.gitlab.com/ee/user/packages/container_registry/) from GitLab.
- [ECR](https://aws.amazon.com/ecr/) from Amazon.
- [ACR](https://azure.microsoft.com/en-us/products/container-registry) from Azuere, Microsoft.
- [ACR](https://azure.microsoft.com/en-us/products/container-registry) from Azure, Microsoft.

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

Expand Down
4 changes: 2 additions & 2 deletions docker-run-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ This is the case for the brightness units in the SPUC container.

It is actually probably the first change you'd want to do to this particular container.
It is recording the brightness of the unicorns in *Imperial Unicorn Hoove Candles* (iuhc)!
This is a very outdated unit and we **must** change it to the much more standard *Intergalactic Unicorn Luminiocity Units* (iulu).
This is a very outdated unit and we **must** change it to the much more standard *Intergalactic Unicorn Luminosity Units* (iulu).

Fortunately the SPUC documentations tells us that we can pass a parameter to the container to set these units right.
If we look carefully at the entrypoint and command of the container, we can see that the default units are set to `iuhc` there:
Expand Down Expand Up @@ -138,7 +138,7 @@ count,time,location,brightness,units
4,2024-10-16 10:53:13.449393,jupyter,100,iuhc
5,2024-10-16 12:49:52.512391,jupyter,100,iuhc
6,2024-10-16 12:50:10.581131,jupyter,100,iuhc
7,2024-10-16 12:53:51.726902,vennus,148,iuhc
7,2024-10-16 12:53:51.726902,venus,148,iuhc
```

Finally, we have the correct units for the brightness of the unicorns!
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ docker run --rm --name spuc-stats_container -p 8321:8321 -v spuc-volume:/spuc/ou
=> CACHED [4/4] COPY print.config /spuc/config/print.config 0.0s
=> exporting to image 0.0s
[...]
:::: Units set to Intergalactic Unicorn Luminiocity Units [iulu] ::::
:::: Units set to Intergalactic Unicorn Luminosity Units [iulu] ::::
[...]
```

Expand Down
10 changes: 5 additions & 5 deletions md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"index.md" "21107af9e64902e529737a4b8d27d13d" "site/built/index.md" "2024-10-24"
"episodes/introduction.Rmd" "1603c83f8eca9cec0f1a71d9198b5999" "site/built/introduction.md" "2024-10-24"
"episodes/docker-desktop.Rmd" "57fb85bf30f956f03fee0fd3958e2e63" "site/built/docker-desktop.md" "2024-10-24"
"episodes/docker-cli-toolkit.Rmd" "913a854f7cd8848dc5553ccf8d6ddb5a" "site/built/docker-cli-toolkit.md" "2024-10-24"
"episodes/docker-cli-toolkit.Rmd" "b02ba62486c77a7df26a0da5c5618f9a" "site/built/docker-cli-toolkit.md" "2024-10-24"
"episodes/docker-volumes.Rmd" "1cbca084a7744771b001d53b5630fac8" "site/built/docker-volumes.md" "2024-10-24"
"episodes/docker-hub.Rmd" "64842e10958606674084bf33ee475b03" "site/built/docker-hub.md" "2024-10-24"
"episodes/docker-run-configuration.Rmd" "39b7459c7c7d8a893db77fa93b3030df" "site/built/docker-run-configuration.md" "2024-10-24"
"episodes/dockerfiles.Rmd" "ad88567b503e4184528286c4abaebb75" "site/built/dockerfiles.md" "2024-10-24"
"episodes/docker-compose.Rmd" "1338c67692b74672ac6131e97b7e6807" "site/built/docker-compose.md" "2024-10-24"
"episodes/docker-hub.Rmd" "96c1a5944df8006ceda602e9ba16b0f5" "site/built/docker-hub.md" "2024-10-24"
"episodes/docker-run-configuration.Rmd" "bdfa17474b4abc6b6791899e3b9b03d1" "site/built/docker-run-configuration.md" "2024-10-24"
"episodes/dockerfiles.Rmd" "176d7492a7a0626f3409dd17874781bd" "site/built/dockerfiles.md" "2024-10-24"
"episodes/docker-compose.Rmd" "70f35c5383df558ca2a610a691f9d3ee" "site/built/docker-compose.md" "2024-10-24"
"episodes/docker-compose-microservices.Rmd" "b22dda42dfedef367770e6dbb70025fd" "site/built/docker-compose-microservices.md" "2024-10-24"
"instructors/instructor-notes.md" "fcee6075930831d9bb66fa7f6b944aa7" "site/built/instructor-notes.md" "2024-10-24"
"learners/setup.md" "063d7fd269abc80777d2c72e7afb0fff" "site/built/setup.md" "2024-10-24"
Expand Down

0 comments on commit aefd0f4

Please sign in to comment.