docker pull alpine:latest
docker pull nginx/nginx-ingress
docker pull mirror.yllhwa.com/library/alpine:latest
docker tag mirror.yllhwa.com/library/alpine:latest alpine:latest
docker pull mirror.yllhwa.com/nginx/nginx-ingress
docker tag mirror.yllhwa.com/nginx/nginx-ingress nginx/nginx-ingress
{
"registry-mirrors": [
"https://mirror.yllhwa.com",
]
}
systemctl daemon-reload
systemctl restart docker
pip install -i https://mirror.yllhwa.com/simple some-package
pip config set global.index-url https://mirror.yllhwa.com/simple
pip config unset global.index-url
npm --registry https://mirror.yllhwa.com/ install some-package
npm config set registry https://mirror.yllhwa.com
npm config set registry https://registry.npmjs.org
git clone https://mirror.yllhwa.com/yllhwa/RSSWorker.git