Skip to content

Commit 20df3ac

Browse files
committed
Add note for ghcr releases
Closes: #7
1 parent e022630 commit 20df3ac

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@ The fast way to use USTC mirrors in your container.
66

77
`ustclug/ubuntu`, `ustclug/debian`, `ustclug/fedora`, ~~`ustclug/centos`~~, `ustclug/rocky`, `ustclug/alpine`.
88

9+
Also published on GHCR: Just prepend `ghcr.io/ustclug/` before the image name.
10+
911
## Example
1012

1113
Just add `ustclug/` before the distro official image you are using. For example:
1214

13-
```
14-
sudo docker run -it --rm debian:11
15+
```shell
16+
sudo docker run -it --rm debian:12
1517
```
1618

1719
Could be replaced by:
1820

19-
```
20-
sudo docker run -it --rm ustclug/debian:11
21+
```shell
22+
sudo docker run -it --rm ustclug/debian:12
23+
# or
24+
sudo docker run -it --rm ghcr.io/ustclug/debian:12
2125
```

0 commit comments

Comments
 (0)