Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 481 Bytes

README.MD

File metadata and controls

28 lines (20 loc) · 481 Bytes

Introduction

This is a dockerhub request proxy running on VPS, in case you can't access the official service directly.

How to use

  1. Install
pip3 install -r requirements.txt
  1. Run
python3 dockerhub-proxy.py
  1. Config your docker daemon edit /etc/docker/daemon.json file, and add the following config
{
  "registry-mirrors": ["http://youip:18888"],
  "insecure-registries": ["youip:18888"]
}
  1. Restart docker service and enjoy