Skip to content

glacion/lan-docker-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Network Docker Registry

This project attempts to simplify creating a docker pull through cache for local environments.

Requirements

  • docker-compose
  • pyyaml
  • python3
  • docker

Configuration

  • If necessary, edit config.yml file.

Installation

  • Run make.py to generate proper config files from templates in template dir.
  • Run docker-compose up -d to start the registry server.
  • Add contents of daemon.json file to the client docker daemon configuration.

Notes

  • HTTPS is not supported since this deployment isn't intended to be exposed to the internet.
    If you wish to deploy to somewhere that's exposed to the internet, see Docker Documentation

  • For local domain name, consider using a zeroconf solution, see Arch Wiki for details.

About

Simplify creation of local docker pull through cache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published