Skip to content

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

Notifications You must be signed in to change notification settings

conbein49/dockerhub-proxy.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages