Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 414 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 414 Bytes

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.

Example

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

sudo docker run -it --rm debian:11

Could be replaced by:

sudo docker run -it --rm ustclug/debian:11