Skip to content

this is a django app for frontend priavate registry show image , tag , delete!!!

Notifications You must be signed in to change notification settings

hoseinmontazer/web-docker-praivate-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Private Registry UI

this is a django app for priavate docker registry frontend

Overview

This project provide a simple user interface for your private docker registry , show image , tag , delete!!!

Features

  • list all your repositories/images.
  • list all tags for a image.
  • show docker pull for image
  • Show sha256 for specific tag
  • delete image with specific tag

how delete image

For deleting images, you need to activate the delete feature in your registry:

storage:
    delete:
      enabled: true

And you need to run below command on registry this is the process of removing blobs from the filesystem

bin/registry garbage-collect  /etc/docker/registry/config.yml

how to run

For useing this repo you can pull hoseinmontazer/web-docker-praivate-registry:1.0.0 iamge and create docker container

docker run   -p 8000:8000  hoseinmontazer/web-docker-praivate-registry:1.0.0

About

this is a django app for frontend priavate registry show image , tag , delete!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published