A simple Docker register manager for Windows. Works with latest version of Docker Registry.
This UI made with C# & WinForms allows users to manage their own public/private docker registry.
This app worked on Windows, and just need to have access to the docker registry. Doesn't need to host it on a web server.
- Access to all repositories of the Docker registry
- Manage (delete) repositories tags
- Copy docker pull command to clipboard
- List tags for a repository
- Generate docker run command
- Generate a docker compose
- Create website presentation for the app (and maybe online features...)
- Manage Docker registry repositories
- Add support for multiples languages (ex: english, espanol, etc...)
- Add history for run command generation
- Improve UI to upgrade user experience (maybe with electronjs)
- (Improve docker compose with AI)
- We will see later for more upgrades...
MIT License
Copyright (c) 2025 Jules PILLOT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Access to changelogs