Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 2.08 KB

README.md

File metadata and controls

56 lines (32 loc) · 2.08 KB

Important

This project is currently in development. Features may not be available currently but may come in the future. Feel free to request or help contribute :)


Svelocker

A Simple and Modern Docker Registry UI built with Typescript and SvelteKit.

Home Page:

image

Home Page Card:

image

Repo Details:

image

Image Tag Details:

image

Features:

  • Simple and Modern Design
  • Easy Setup
  • Connects to Local Registries using the official distribution/registry container image.
  • Delete Image Tags from the UI
  • SQLite Cache Layer for registry data
  • View and Copy the Dockerfile from the UI
  • View all Images for a specific Repo/Namespace

Get Started

Requirements

Install

Follow the Install guide here

Additional Information

  • All the API Calls to the Registry happen Server-Side, the only exceptions to this are the Copy Dockerfile button. If you find something that is not happening Server side please open up a issue or a PR to help fix it.

Shoutouts