Skip to content

Instantly share code, notes, and snippets.

View iosx's full-sized avatar
🎯
Focusing

leo iosx

🎯
Focusing
  • Beijing
View GitHub Profile
@iosx
iosx / justmysocks-wxwork-notice.py
Created November 23, 2021 03:56
获取justmysocks机场统计并推送到企业微信
#!/usr/bin/python3
# -*- coding:utf-8 -*-
import json
import requests
from requests.packages import urllib3
import math
import time
from corpwechatbot.chatbot import CorpWechatBot
@iosx
iosx / docker-registry-mirrors.md
Created December 22, 2023 03:41 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized

Docker Hub 镜像加速器

国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。Docker 官方和国内很多云服务商都提供了国内加速器服务。

Dockerized 实践 https://github.com/y0ngb1n/dockerized

配置加速地址

Ubuntu 16.04+、Debian 8+、CentOS 7+