Docker Registry vs Docker “Trusted” Registry

后端 未结 2 538
时光取名叫无心
时光取名叫无心 2021-02-13 00:18

I just read the entire docs on securing a private Docker Registry. In addition to this, there seems to be a \"Docker Trusted Registry\", which is described as:<

相关标签:
2条回答
  • 2021-02-13 01:04

    DTR is the paid support service for the registry - see https://hub.docker.com/enterprise/

    Basically, they help you setup and will give you support down the road. It might have some niceties, otherwise you are left to your own to figure out how to run the registry.

    0 讨论(0)
  • 2021-02-13 01:07

    New features in Docker Trusted Registry are:

    • Control access and permissions by user or organisation
    • Web UI to search and browse repos, manage users and setting
    • Integrate to CI and CD systems to automate workflows
    • LDAP/AD integration
    • Flexible storage
    • support User audit logs
    • Soft Delete image tags
    • Garbage collection
    0 讨论(0)
提交回复
热议问题