https://github.com/ustclug/mirrorimage
Docker Distribution Images replaced with USTC Mirrors (Last run: 2025-07-27)
https://github.com/ustclug/mirrorimage
Last synced: 10 months ago
JSON representation
Docker Distribution Images replaced with USTC Mirrors (Last run: 2025-07-27)
- Host: GitHub
- URL: https://github.com/ustclug/mirrorimage
- Owner: ustclug
- License: mit
- Created: 2017-01-07T16:30:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T06:19:34.000Z (about 1 year ago)
- Last Synced: 2025-08-01T15:52:16.363Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mirrorimage
The fast way to use USTC mirrors in your container.
## Available distros
`ustclug/ubuntu`, `ustclug/debian`, `ustclug/fedora`, ~~`ustclug/centos`~~, `ustclug/rocky`, `ustclug/alpine`.
Also published on GHCR: Just prepend `ghcr.io/ustclug/` before the image name.
## Example
Just add `ustclug/` before the distro official image you are using. For example:
```shell
sudo docker run -it --rm debian:12
```
Could be replaced by:
```shell
sudo docker run -it --rm ustclug/debian:12
# or
sudo docker run -it --rm ghcr.io/ustclug/debian:12
```