1
0
Fork 0
1Panel-Appstore/docker-registry
renovate[bot] 779b544379 chore(deps): update registry docker tag to v3 (#3620)
* chore(deps): update registry docker tag to v3

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-04-04 21:57:04 +08:00
..
3.0.0 chore(deps): update registry docker tag to v3 (#3620) 2025-04-04 21:57:04 +08:00
README.md feat: 修改应用 README 2023-09-21 16:22:29 +08:00
README_en.md Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
data.yml Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
logo.png feat: 压缩 logo.png (#212) 2023-07-10 15:46:28 +08:00

README_en.md

docker-registry

docker-registry is an open-source image repository used to store and manage Docker images. It allows you to create a private Docker image repository on your Linux server for team members to share and access images.

Main Features:

  • Image Storage and Management: docker-registry provides a powerful repository system for storing and managing Docker images, facilitating sharing and access among team members.
  • Private Deployment: You can set up your private docker-registry on your own Linux server to meet security and privacy requirements.
  • Access Control: docker-registry supports setting access permissions to control who can pull and push images, protecting the security of your images and data.
  • Tag and Version Management: You can set tags and versions for images to facilitate image classification and management.
  • Compatibility: docker-registry is compatible with the standard API of Docker image repositories, allowing you to interact with it using Docker CLI or other Docker client tools.