Svelocker UI

screenshot of Svelocker UI
svelte

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

Overview

Svelocker is an innovative solution currently in development that aims to simplify the management of Docker container images through a user-friendly interface. Designed to connect effortlessly with local registries, Svelocker is perfect for developers looking to streamline their workflow and manage their container images more effectively. With its modern aesthetic and straightforward setup process, Svelocker looks to be an exciting tool for those within the Docker ecosystem.

Features

  • Simple and Modern Design: The interface is clean and straightforward, offering an intuitive experience for users who may be new to Docker image management.
  • Easy Setup: Svelocker promises a hassle-free installation that allows users to get started quickly, without complicated configurations.
  • Local Registry Connection: The tool connects seamlessly to local registries using the official distribution/registry container image, making it versatile for various setups.
  • Image Tag Management: Users can easily delete image tags through the UI, which helps keep the registry cleaner and more organized.
  • SQLite Cache Layer: The integration of a SQLite cache layer enables efficient handling of registry data, enhancing performance.
  • Dockerfile Accessibility: View and copy the Dockerfile from the UI for all images associated with a specific repository or namespace, which simplifies development workflows.
  • Server-Side API Calls: Most API calls to the registry happen server-side, ensuring that operations are performed securely and efficiently.
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.