ustclug / mirrorimage

Docker Distribution Images replaced with USTC Mirrors (Last run: 2024-07-07)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker Distribution Images replaced with USTC Mirrors (Last run: 2024-07-07)

License:MIT License


Languages

Language:Shell 100.0%