Skip to content

Commit

Permalink
delete missed references to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
fherreazcue committed Oct 17, 2024
1 parent b68efd4 commit f42c2bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion episodes/docker-cli-toolkit.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ Deleted Containers:
90d006980a999176dd82e95119556cdf62431c26147bdbd3513e1733be1a5897
Deleted Images:
untagged: ghcr.io/uomresearchit/spuc@sha256:bc43ebfe7dbdbac5bc0b4d849dd2654206f4e4ed1fb87c827b91be56ce107f2e
untagged: spuacv/spuc@sha256:bc43ebfe7dbdbac5bc0b4d849dd2654206f4e4ed1fb87c827b91be56ce107f2e
deleted: sha256:f03fb04b8bc613f46cc1d1915d2f98dcb6e008ae8e212ae9a3dbfaa68c111476
Total reclaimed space: 13.09MB
Expand Down
2 changes: 1 addition & 1 deletion episodes/dockerfiles.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ We already know how to load this file.
Let's use a bind mount to share the file with the container.
Since we are debugging, we'll leave out the `-d` flag so we can see the output easily.
```bash
docker run --rm --name spuc_container -p 8321:8321 -v $PWD/print.config:/spuc/config/print.config -v spuc-volume:/spuc/output -v $PWD/stats.py:/spuc/plugins/stats.py -e EXPORT=true ghcr.io/uomresearchit/spuc:latest --units iulu
docker run --rm --name spuc_container -p 8321:8321 -v $PWD/print.config:/spuc/config/print.config -v spuc-volume:/spuc/output -v $PWD/stats.py:/spuc/plugins/stats.py -e EXPORT=true spuacv/spuc:latest --units iulu
```
```output
Traceback (most recent call last):
Expand Down

0 comments on commit f42c2bd

Please sign in to comment.