@@ -14,15 +14,21 @@ types of content.
1414## Filters
1515
1616The search functionality includes filters to narrow down
17- results based on your requirements, such as products, categories, and trusted
18- content. This ensures that you can quickly find and access the resources best
17+ results based on your requirements, such as products, categories, trusted
18+ content, and publishers . This ensures that you can quickly find and access the resources best
1919suited to your project.
2020
2121### Products
2222
23- Docker Hub's content library features three products, each designed to meet
24- specific needs of developers and organizations. These products include images,
25- plugins, and extensions.
23+ Docker Hub's content library features various products, each designed to meet
24+ specific needs of developers and organizations. These products include:
25+
26+ - Images
27+ - Extensions
28+ - Helm charts
29+ - Compose files
30+ - AI models
31+ - Docker Engine plugins
2632
2733#### Images
2834
@@ -42,26 +48,6 @@ reusable building blocks, reducing the need to start from scratch. Whether
4248you're a beginner building your first container or an enterprise managing
4349complex architectures, Docker Hub images provide a reliable foundation.
4450
45- #### Plugins
46-
47- Plugins in Docker Hub let you extend and customize Docker Engine to suit
48- specialized requirements. Plugins integrate directly with the Docker Engine and
49- provide capabilities such as:
50-
51- - Network plugins: Enhance networking functionality, enabling integration with
52- complex network infrastructures.
53- - Volume plugins: Provide advanced storage options, supporting persistent and
54- distributed storage across various backends.
55- - Authorization plugins: Offer fine-grained access control to secure Docker
56- environments.
57-
58- By leveraging Docker plugins, teams can tailor Docker Engine to meet their
59- specific operational needs, ensuring compatibility with existing infrastructures
60- and workflows.
61-
62- To learn more about plugins, see [ Docker Engine managed plugin
63- system] ( /manuals/engine/extend/_index.md ) .
64-
6551#### Extensions
6652
6753Docker Hub offers extensions for Docker Desktop, which enhance its core
@@ -85,18 +71,108 @@ Desktop's interface.
8571To learn more about extensions, see [ Docker
8672Extensions] ( /manuals/extensions/_index.md ) .
8773
74+ #### Helm charts
75+
76+ Helm charts in Docker Hub provide a streamlined way to package, configure, and
77+ deploy Kubernetes applications. Helm is the package manager for Kubernetes, and
78+ charts are pre-configured templates that define the resources needed to run an
79+ application in a Kubernetes cluster. Docker Hub hosts a variety of Helm charts
80+ that provide:
81+
82+ - Application packaging: Bundle Kubernetes manifests, configurations, and
83+ dependencies into a single, reusable chart.
84+ - Version management: Track and manage different versions of your application
85+ deployments.
86+ - Configuration templating: Customize deployments with values files, making it
87+ easy to deploy the same application across different environments.
88+ - Dependency management: Automatically handle chart dependencies, ensuring all
89+ required components are deployed together.
90+
91+ Helm charts reduce the complexity of Kubernetes deployments, making it easier
92+ for teams to deploy, upgrade, and manage applications in production
93+ environments.
94+
95+ #### Compose
96+
97+ Docker Compose files in Docker Hub enable multi-container application
98+ orchestration through simple YAML configuration files. Compose is a tool for
99+ defining and running multi-container Docker applications, and Docker Hub hosts
100+ Compose files that help you:
101+
102+ - Multi-container orchestration: Define and run applications consisting of
103+ multiple interconnected containers with a single command.
104+ - Service configuration: Specify container images, environment variables,
105+ networks, volumes, and dependencies in a declarative format.
106+ - Development and testing: Quickly spin up complete application stacks for local
107+ development, testing, or demonstration purposes.
108+ - Environment consistency: Ensure consistent application behavior across
109+ development, staging, and production environments.
110+
111+ Compose files simplify the process of managing complex applications by
112+ providing a clear, version-controlled definition of your entire application
113+ stack.
114+
115+ #### AI models
116+
117+ Docker Hub hosts AI and machine learning models in containerized formats,
118+ making it easier to deploy, share, and run AI applications across different
119+ environments. These containerized AI models provide:
120+
121+ - Pre-trained models: Access ready-to-use machine learning models for common
122+ tasks such as image recognition, natural language processing, and predictive
123+ analytics.
124+ - Model serving: Deploy models as containerized services that can be easily
125+ integrated into applications and scaled as needed.
126+ - Reproducible environments: Package models with their dependencies, ensuring
127+ consistent behavior across development and production environments.
128+ - Framework support: Find models built with popular frameworks like TensorFlow,
129+ PyTorch, scikit-learn, and others.
130+
131+ Containerized AI models remove the need to manage infrastructure dependencies,
132+ let you deploy models across different environments, and enable scaling as
133+ application demands change.
134+
135+ #### Plugins
136+
137+ Plugins in Docker Hub let you extend and customize Docker Engine to suit
138+ specialized requirements. Plugins integrate directly with the Docker Engine and
139+ provide capabilities such as:
140+
141+ - Network plugins: Enhance networking functionality, enabling integration with
142+ complex network infrastructures.
143+ - Volume plugins: Provide advanced storage options, supporting persistent and
144+ distributed storage across various backends.
145+ - Authorization plugins: Offer fine-grained access control to secure Docker
146+ environments.
147+
148+ By leveraging Docker plugins, teams can tailor Docker Engine to meet their
149+ specific operational needs, ensuring compatibility with existing infrastructures
150+ and workflows.
151+
152+ To learn more about plugins, see [ Docker Engine managed plugin
153+ system] ( /manuals/engine/extend/_index.md ) .
154+
155+
88156### Trusted content
89157
90158Docker Hub's trusted content provides a curated selection of high-quality,
91159secure images designed to give developers confidence in the reliability and
92160security of the resources they use. These images are stable, regularly updated,
93161and adhere to industry best practices, making them a strong foundation for
94162building and deploying applications. Docker Hub's trusted content includes,
95- Docker Official Images, Verified Publisher images, and Docker-Sponsored Open
96- Source Software images.
163+ Docker Hardened Images, Docker Official Images, Verified Publisher images, and
164+ Docker-Sponsored Open Source Software images.
97165
98166For more details, see [ Trusted content] ( ./trusted-content.md ) .
99167
168+ ### Publishers
169+
170+ The ** Publishers** filter lets you narrow image results by the organization
171+ that published the image.
172+
173+ Publishers of trusted content appear first. Only a select number of publishers
174+ are shown.
175+
100176### Categories
101177
102178Docker Hub makes it easy to find and explore container images with categories.
@@ -164,4 +240,4 @@ extension has been reviewed by Docker for quality and reliability.
164240> [ !NOTE]
165241>
166242> The ** Reviewed by Docker** filter is only available for extensions. To make
167- > the filter available, you must select only the ** Extensions** filter in ** Products** .
243+ > the filter available, you must select only the ** Extensions** filter in ** Products** .
0 commit comments