Skip to content

Docker registry pull through cache setup with docker compose

Notifications You must be signed in to change notification settings

ostanislaw/docker-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-cache

Docker registry pull through cache setup with docker compose

docker proxy

docker compose up -d

docker client configuration

To configure docker to use this cache as a mirror, edit the daemon.json, and add:

/etc/docker/daemon.json

{
  "registry-mirrors" : ["http://192.168.0.80:5000"]
}

Then restart docker:

sudo service docker restart

About

Docker registry pull through cache setup with docker compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published