Skip to content

Docker Compose for Docker Registry Browser with Nginx config, SSL and NAS CIFS/SMB share storage for backup purposes.

License

Notifications You must be signed in to change notification settings

motisoft/docker-registry-browser-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This tool lets you pull and push images on a centralized private registry (your private network docker hub). this is a very specific setup with ssl, registry browser, and a NAS CIFS/SMB share storage for backup purposes.

Getting Started

  1. Install docker and docker compose
  2. change the parameters in .env file and replace the certificates in certs directory with your own (there are dummy files there right now)
  3. cd to the registry directory
  4. run docker compose up -d

Usage

  1. run docker tag hello-world your-domain/hello-world
  2. run docker push your-domain/hello-world
  3. run docker pull your-domain/hello-world
  4. Done.

Resources

  • Docker Registry Browser lets you browse the contents of your registry.
  • AWS Gallery is alternative public registry for docker images, because docker hub have a rate limit unless you run the command docker login and not exceeding your plan.

About

Docker Compose for Docker Registry Browser with Nginx config, SSL and NAS CIFS/SMB share storage for backup purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages